2008-12-18 14:34:13 +00:00
|
|
|
diff -up Jinja2-2.1/setup.py.orig Jinja2-2.1/setup.py
|
|
|
|
--- Jinja2-2.1/setup.py.orig 2008-11-23 13:08:17.000000000 +0100
|
|
|
|
+++ Jinja2-2.1/setup.py 2008-12-18 15:14:22.000000000 +0100
|
|
|
|
@@ -54,7 +54,7 @@ VERSION = '2.1'
|
2008-07-24 07:56:09 +00:00
|
|
|
|
|
|
|
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('.'):
|