]> git.phdru.name Git - mimedecode.git/blobdiff - Makefile.4xslt
Cleanup: Fix flake8 E128 continuation line under-indented for visual indent
[mimedecode.git] / Makefile.4xslt
index 6029e4a858aa87c53994049030a391581ae6766b..96981a0d0fe571d29adc5c83b9d2304cf8c43963 100644 (file)
@@ -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 $< >$@