summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-04 19:51:38 +0100
committerGeorg Brandl <georg@python.org>2008-11-04 19:51:38 +0100
commitf2f2936db59882db936d14facba551579b24fe1f (patch)
treeaf0f31ec8966d048eb108eeaa3345362b299db48 /MANIFEST.in
parent81c51d29547f7fd2110a5a9368cfece997f1cde8 (diff)
downloadsphinx-f2f2936db59882db936d14facba551579b24fe1f.tar.gz
Use * instead of *.* as glob pattern, catches Makefile.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index c468330d..d87a881e 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -11,12 +11,12 @@ include ez_setup.py
include sphinx-build.py
include sphinx-quickstart.py
-recursive-include sphinx/texinputs *.*
+recursive-include sphinx/texinputs *
recursive-include sphinx/templates *.html *.xml
-recursive-include sphinx/static *.*
-recursive-include sphinx/locale *.*
-recursive-include tests *.*
-recursive-include utils *.*
+recursive-include sphinx/static *
+recursive-include sphinx/locale *
+recursive-include tests *
+recursive-include utils *
-recursive-include doc *.*
+recursive-include doc *
prune doc/_build