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