[Python-modules-commits] r8621 - in packages/python-repoze.tm2/trunk/debian (rules)

zack at users.alioth.debian.org zack at users.alioth.debian.org
Fri May 29 19:58:06 UTC 2009


    Date: Friday, May 29, 2009 @ 19:58:06
  Author: zack
Revision: 8621

cleanup documentation when cleaning package

Modified:
  packages/python-repoze.tm2/trunk/debian/rules

Modified: packages/python-repoze.tm2/trunk/debian/rules
===================================================================
--- packages/python-repoze.tm2/trunk/debian/rules	2009-05-29 19:57:40 UTC (rev 8620)
+++ packages/python-repoze.tm2/trunk/debian/rules	2009-05-29 19:58:06 UTC (rev 8621)
@@ -3,7 +3,10 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
+PKG = python-repoze.tm2
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
 
-build/python-repoze.tm2::
+build/$(PKG)::
 	$(MAKE) -C docs/ html
+cleanbuilddir/$(PKG)::
+	$(MAKE) -C docs/ clean




More information about the Python-modules-commits mailing list