Makefile
branchfoerste
changeset 40 cc9a80eb647c
parent 16 65695e59a6f9
child 48 36aca6fb0ab8
equal deleted inserted replaced
39:683a0c1421e8 40:cc9a80eb647c
    73 
    73 
    74 %.dvi:	%.tex
    74 %.dvi:	%.tex
    75 	rubber ${RUBBER_FLAGS} $<
    75 	rubber ${RUBBER_FLAGS} $<
    76 
    76 
    77 %.gz:	%.pod
    77 %.gz:	%.pod
    78 	iconv -f utf8 -t iso8859-15 $< | pod2man --name $(basename $<) --section $(subst .,,$(suffix $@)) | gzip >$@
    78 	pod2man --utf8 --name $(basename $<) --section $(subst .,,$(suffix $@)) $< | gzip >$@