]> git.phdru.name Git - mimedecode.git/blobdiff - Makefile.4xslt
Feat: Move main() to __main__.py
[mimedecode.git] / Makefile.4xslt
index cfdb9ee0d0e64f9593ed944ae370666536b05998..cea0f13ef58e35e49a2ddff791a980f9a8964adc 100644 (file)
@@ -3,9 +3,9 @@ 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 $@
+       mv mimedecode.1 $@
+
+mimedecode.txt: mimedecode.html Makefile.4xslt
+       elinks -dump -no-numbering -no-references $< >$@