]> git.donarmstrong.com Git - debhelper.git/blobdiff - Makefile
Run pod2man with --utf8. Closes: #541270
[debhelper.git] / Makefile
index 62f4133667352c599271c5f69f9a2396d4fbd4e6..2657534e91594eeeeb04b0d62ab25e8f6b0fe80a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ VERSION=$(shell expr "`dpkg-parsechangelog |grep Version:`" : '.*Version: \(.*\)
 
 PERLLIBDIR=$(shell perl -MConfig -e 'print $$Config{vendorlib}')/Debian/Debhelper
 
-POD2MAN=pod2man -c Debhelper -r "$(VERSION)"
+POD2MAN=pod2man --utf8 -c Debhelper -r "$(VERSION)"
 
 # l10n to be built is determined from .po files
 LANGS=$(notdir $(basename $(wildcard man/po4a/po/*.po)))