branch | foerste |
changeset 40 | cc9a80eb647c |
parent 16 | 65695e59a6f9 |
child 48 | 36aca6fb0ab8 |
--- a/Makefile Fri Nov 18 14:54:18 2011 +0100 +++ b/Makefile Wed Nov 23 13:05:59 2011 +0100 @@ -75,4 +75,4 @@ rubber ${RUBBER_FLAGS} $< %.gz: %.pod - iconv -f utf8 -t iso8859-15 $< | pod2man --name $(basename $<) --section $(subst .,,$(suffix $@)) | gzip >$@ + pod2man --utf8 --name $(basename $<) --section $(subst .,,$(suffix $@)) $< | gzip >$@