[llvm-commits] [LNT] r154151 - /lnt/trunk/MANIFEST.in

Daniel Dunbar daniel at zuster.org
Thu Apr 5 17:10:57 PDT 2012


Author: ddunbar
Date: Thu Apr  5 19:10:57 2012
New Revision: 154151

URL: http://llvm.org/viewvc/llvm-project?rev=154151&view=rev
Log:
Add a MANIFEST file for files that should go in the source distribution.
 - Several of these *shouldn't* be required as best I can tell, they should have
   gotten picked up by virtue of being in the package_data description. But they
   aren't, so whatev's.

Added:
    lnt/trunk/MANIFEST.in

Added: lnt/trunk/MANIFEST.in
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/MANIFEST.in?rev=154151&view=auto
==============================================================================
--- lnt/trunk/MANIFEST.in (added)
+++ lnt/trunk/MANIFEST.in Thu Apr  5 19:10:57 2012
@@ -0,0 +1,11 @@
+include README.txt CHANGELOG.txt
+recursive-include docs *
+recursive-include tests *
+recursive-include examples *
+recursive-include lnt/server/ui/static *.css *.js *.html *.ico *.txt
+recursive-include lnt/server/ui/templates *.html
+include lnt/server/ui/static/flot/Makefile
+include lnt/external/stats/README.txt
+global-exclude *pyc
+global-exclude *~
+prune docs/_build





More information about the llvm-commits mailing list