[Python-modules-commits] r16860 - in packages/python-djvulibre/trunk/debian (rules)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Mon May 2 09:13:39 UTC 2011


    Date: Monday, May 2, 2011 @ 09:13:16
  Author: danstender-guest
Revision: 16860

debian/rules: modified override_dh_installdocs

Modified:
  packages/python-djvulibre/trunk/debian/rules

Modified: packages/python-djvulibre/trunk/debian/rules
===================================================================
--- packages/python-djvulibre/trunk/debian/rules	2011-05-02 03:31:48 UTC (rev 16859)
+++ packages/python-djvulibre/trunk/debian/rules	2011-05-02 09:13:16 UTC (rev 16860)
@@ -11,15 +11,13 @@
 
 .PHONY: override_dh_installdocs
 ifneq ($(shell dh_listpackages | grep -x -F python-djvu-doc),)
-override_dh_installdocs: doc/stamp
+override_dh_installdocs:
+	$(MAKE) -C doc/ html PYTHONPATH=$(call pythonpath,$(shell pyversions -d)):$(CURDIR)
+	touch $(@)
 endif
 override_dh_installdocs:
 	dh_installdocs -X.buildinfo -Xobjects.inv
 
-doc/stamp: build/stamp
-	$(MAKE) -C doc/ html PYTHONPATH=$(call pythonpath,$(shell pyversions -d)):$(CURDIR)
-	touch $(@)
-
 .PHONY: override_dh_auto_clean
 override_dh_auto_clean: 
 	rm -Rf doc/build/ doc/stamp




More information about the Python-modules-commits mailing list