The following commit has been merged in the master branch:
commit 8c13ffa8ea4e87ea57415dc8a1bb4a09f17822c0
Author: Guillem Jover <[email protected]>
Date: Wed Oct 12 10:27:58 2011 +0200
build: Use the detected pod2man instead of hardcoding the program name
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 1911377..8e973f2 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -136,7 +136,7 @@ if BUILD_POD_DOC
$(mkdir_p) $(DESTDIR)$(man3dir)
for module in $(nobase_dist_perllib_DATA); do \
name=`echo $$module | sed -e 's|/|::|g' -e 's/\.pm$$//'`; \
- pod2man --utf8 --center=libdpkg-perl --release=$(VERSION) \
+ $(POD2MAN) --utf8 --center=libdpkg-perl --release=$(VERSION) \
--name="$$name" --section=3 $(srcdir)/$$module \
>$(DESTDIR)$(man3dir)/$$name.3; \
test -s $(DESTDIR)$(man3dir)/$$name.3 || \
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]