X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile.4xslt;h=96981a0d0fe571d29adc5c83b9d2304cf8c43963;hb=bbdea6e26c82a925377da981f42b27653621a5a7;hp=6029e4a858aa87c53994049030a391581ae6766b;hpb=27550cf12d5e7e50f882e53e5e5a632e3758c667;p=mimedecode.git diff --git a/Makefile.4xslt b/Makefile.4xslt index 6029e4a..96981a0 100644 --- a/Makefile.4xslt +++ b/Makefile.4xslt @@ -1,11 +1,11 @@ -DOCBOOK_XSL=/usr/local/src/DocBook/docbook-xsl +DOCBOOK_XSL=/usr/share/xml/docbook/stylesheet/docbook-xsl mimedecode.html: mimedecode.docbook Makefile.4xslt 4xslt $< $(DOCBOOK_XSL)/html/docbook.xsl >$@ -mimedecode.txt: mimedecode.html Makefile.4xslt - elinks -dump $< >$@ - mimedecode.man: mimedecode.docbook Makefile.4xslt 4xslt $< $(DOCBOOK_XSL)/manpages/docbook.xsl mv mimedecode.py.1 $@ + +mimedecode.txt: mimedecode.html Makefile.4xslt + elinks -dump -no-numbering -no-references $< >$@