Author: adam-guest
Date: 2008-05-11 19:29:47 +0000 (Sun, 11 May 2008)
New Revision: 1442
Modified:
trunk/debian/changelog
trunk/scripts/Makefile
Log:
scripts/Makefile: Run podchecker(1) before building pod-generated
manpages to avoid the generated file containing a "POD errors" section
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-05-11 19:16:27 UTC (rev 1441)
+++ trunk/debian/changelog 2008-05-11 19:29:47 UTC (rev 1442)
@@ -25,6 +25,8 @@
(Closes: #479569)
* dget: Mention in the manpage that dget supports udebs so long as an
appropriate packages file is available to apt (Closes: #480461)
+ * scripts/Makefile: Run podchecker(1) before building pod-generated
+ manpages to avoid the generated file containing a "POD errors" section
[ James Vega ]
* mk-build-deps:
Modified: trunk/scripts/Makefile
===================================================================
--- trunk/scripts/Makefile 2008-05-11 19:16:27 UTC (rev 1441)
+++ trunk/scripts/Makefile 2008-05-11 19:29:47 UTC (rev 1442)
@@ -37,6 +37,7 @@
chmod +x $@
%.1: %.pl
+ podchecker $<
pod2man --center=" " --release="Debian Utilities" $< > $@
%.1: %.dbk
xsltproc --nonet -o $@ \
--
To unsubscribe, send mail to [EMAIL PROTECTED]