[xml/sgml-commit] r2105 - /packages/herold/trunk/debian/rules

malat at users.alioth.debian.org malat at users.alioth.debian.org
Fri Nov 30 08:26:35 UTC 2012


Author: malat
Date: Fri Nov 30 08:26:33 2012
New Revision: 2105

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=2105
Log:
Fix some typo

Modified:
    packages/herold/trunk/debian/rules

Modified: packages/herold/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/herold/trunk/debian/rules?rev=2105&op=diff
==============================================================================
--- packages/herold/trunk/debian/rules (original)
+++ packages/herold/trunk/debian/rules Fri Nov 30 08:26:33 2012
@@ -10,7 +10,9 @@
 override_dh_auto_build:
 	-mkdir jars
 	ant $(ANT_OPTS)
+	# create herold.1
 	xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl-ns/manpages/docbook.xsl doc/manpage.xml
+	# create manpage.html
 	xsltproc --stringparam html.stylesheet dbdoclet.css -o manpage.html /usr/share/xml/docbook/stylesheet/docbook-xsl-ns/html/docbook.xsl doc/manpage.xml
 
 # Target "clean" does not exist in the project "null". 
@@ -44,7 +46,7 @@
 	dh_installdocs manpage.html
 
 # download changelog:
-# do not automated for now (need manual checking):
+# do not automate for now (need manual checking):
 debian/CHANGES:
 	links -dump http://www.dbdoclet.org/ | tail -n +46 > $@
 




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