[Python-modules-commits] r18940 - in packages/sphinx/branches/1.1/debian (rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Sat Oct 15 17:05:41 UTC 2011
Date: Saturday, October 15, 2011 @ 17:05:39
Author: jwilk
Revision: 18940
Remove yet another file to allow rebuild the package without cleaning.
Modified:
packages/sphinx/branches/1.1/debian/rules
Modified: packages/sphinx/branches/1.1/debian/rules
===================================================================
--- packages/sphinx/branches/1.1/debian/rules 2011-10-15 17:03:59 UTC (rev 18939)
+++ packages/sphinx/branches/1.1/debian/rules 2011-10-15 17:05:39 UTC (rev 18940)
@@ -83,6 +83,7 @@
# Move JavaScript code to libjs-sphinxdoc:
set -e -x; \
for js in $$(find build/html/_static/ -name '*.js'); do \
+ rm -f debian/libjs-sphinxdoc/$(javascript_path)/$${js##*/}; \
cp -f $$js debian/libjs-sphinxdoc/$(javascript_path); \
done
set -e; \
More information about the Python-modules-commits
mailing list