New package.
This commit is contained in:
parent
4aff219878
commit
5eeab1553c
5 changed files with 90 additions and 0 deletions
12
python-jinja2-docs.patch
Normal file
12
python-jinja2-docs.patch
Normal 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('.'):
|
||||
Loading…
Add table
Add a link
Reference in a new issue