X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=Makefile.4xslt;h=7650322c259cb57d7d215c21e3c2f2084b85f572;hb=85518e9e14a61e141994ece235f8d449bbc33912;hp=6029e4a858aa87c53994049030a391581ae6766b;hpb=27550cf12d5e7e50f882e53e5e5a632e3758c667;p=mimedecode.git diff --git a/Makefile.4xslt b/Makefile.4xslt index 6029e4a..7650322 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 $< >$@