[debian-edu-commits] r82091 - trunk/src/desktop-profiles

pere at alioth.debian.org pere at alioth.debian.org
Sat Aug 17 13:41:29 UTC 2013


Author: pere
Date: 2013-08-17 13:41:29 +0000 (Sat, 17 Aug 2013)
New Revision: 82091

Modified:
   trunk/src/desktop-profiles/Makefile
Log:
Move dh_installlisting.1 cleaning to 'make distclean'.

Modified: trunk/src/desktop-profiles/Makefile
===================================================================
--- trunk/src/desktop-profiles/Makefile	2013-08-17 13:16:39 UTC (rev 82090)
+++ trunk/src/desktop-profiles/Makefile	2013-08-17 13:41:29 UTC (rev 82091)
@@ -4,7 +4,8 @@
 
 build: documentation l10n zip-tests
 
-documentation:
+documentation: dh_installlisting.1
+dh_installlisting.1: dh_installlisting
 	pod2man dh_installlisting > dh_installlisting.1
 
 pot: po/profile-manager.pot
@@ -38,6 +39,8 @@
 	tar -cvzf tests.tgz tests
 
 clean: 
-	#if(test -e dh_installlisting.1); then rm dh_installlisting.1; fi;  
 	if(ls po/*.mo 2> /dev/null > /dev/null); then rm po/*.mo; fi;  
 	if(test -e tests.tgz); then rm tests.tgz; fi
+
+distclean: clean
+	if(test -e dh_installlisting.1); then rm dh_installlisting.1; fi;  




More information about the debian-edu-commits mailing list