New package.

This commit is contained in:
Thomas Moschny 2008-07-24 07:56:09 +00:00
commit 5eeab1553c
5 changed files with 90 additions and 0 deletions

12
python-jinja2-docs.patch Normal file
View file

@ -0,0 +1,12 @@
diff -up Jinja2-2.0rc1/setup.py.orig Jinja2-2.0rc1/setup.py
--- Jinja2-2.0rc1/setup.py.orig 2008-06-29 01:44:48.000000000 +0200
+++ Jinja2-2.0rc1/setup.py 2008-06-29 01:48:00.000000000 +0200
@@ -51,7 +51,7 @@ from distutils.errors import CCompilerEr
data_files = []
documentation_path = 'docs/_build/html'
-if os.path.exists(documentation_path):
+if os.path.exists(documentation_path) and False:
documentation_files = []
for fn in os.listdir(documentation_path):
if not fn.startswith('.'):