[debian-edu-commits] debian-edu/ 175/183: Move dh_installlisting.1 cleaning to 'make distclean'.

Alexander Alemayhu ccscanf-guest at moszumanska.debian.org
Wed Jun 11 16:48:44 UTC 2014


This is an automated email from the git hooks/post-receive script.

ccscanf-guest pushed a commit to branch master
in repository desktop-profiles.

commit c04dd2e05e9cef76e0cf550e753fb52b80325a78
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Sat Aug 17 13:41:29 2013 +0000

    Move dh_installlisting.1 cleaning to 'make distclean'.
---
 Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index df5fdad..4e7a53e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,8 @@ PREFIX=/usr/local
 
 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 @@ zip-tests:
 	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;  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/desktop-profiles.git



More information about the debian-edu-commits mailing list