[Python-modules-commits] r28192 - in packages/python-dugong/trunk/debian (rules)
nikratio-guest at users.alioth.debian.org
nikratio-guest at users.alioth.debian.org
Sat Mar 15 02:26:31 UTC 2014
Date: Saturday, March 15, 2014 @ 02:26:31
Author: nikratio-guest
Revision: 28192
Fixed typo when building documentation
Modified:
packages/python-dugong/trunk/debian/rules
Modified: packages/python-dugong/trunk/debian/rules
===================================================================
--- packages/python-dugong/trunk/debian/rules 2014-03-15 02:02:40 UTC (rev 28191)
+++ packages/python-dugong/trunk/debian/rules 2014-03-15 02:26:31 UTC (rev 28192)
@@ -19,7 +19,7 @@
# build the docs with Python 3.4. If Python 3.4 is not available,
# fall back to the default Python (which is hopefully 3.5 or
# newer :-).
- if which python 3.4 > /dev/null; then \
+ if which python3.4 > /dev/null; then \
python3.4 setup.py build_sphinx; \
else \
python3 setup.py build_sphinx; \
More information about the Python-modules-commits
mailing list