[xml/sgml-commit] r1158 - /packages/sgml-base/branches/experimental/debian/rules

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Tue Sep 2 14:40:17 UTC 2008


Author: dleidert-guest
Date: Tue Sep  2 14:40:14 2008
New Revision: 1158

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1158
Log:
Just reordering a bit. Further removing a non-existent file from the clean
target.


Modified:
    packages/sgml-base/branches/experimental/debian/rules

Modified: packages/sgml-base/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/sgml-base/branches/experimental/debian/rules?rev=1158&op=diff
==============================================================================
--- packages/sgml-base/branches/experimental/debian/rules (original)
+++ packages/sgml-base/branches/experimental/debian/rules Tue Sep  2 14:40:14 2008
@@ -5,18 +5,19 @@
 MANPAGES = tools/install-sgmlcatalog.8 tools/update-catalog.8
 
 
+%.8: %
+	pod2man --section 8 --center $(PACKAGE) ${<} ${@}
+
+
 clean:
 	dh_testdir
 	dh_testroot
-	dh_clean build-stamp install-stamp        
+	dh_clean build-stamp
 
 build: build-stamp
 build-stamp: $(MANPAGES)
 	dh_testdir
 	touch $@
-
-%.8: %
-	pod2man --section 8 --center $(PACKAGE) ${<} ${@}
 
 install: build
 	dh_testdir




More information about the debian-xml-sgml-commit mailing list