]> git.phdru.name Git - mimedecode.git/blob - Makefile.4xslt
Use m_lib.defenc instead of m_lib; install it from PyPI
[mimedecode.git] / Makefile.4xslt
1 DOCBOOK_XSL=/usr/share/xml/docbook/stylesheet/docbook-xsl
2
3 mimedecode.html: mimedecode.docbook Makefile.4xslt
4         4xslt $< $(DOCBOOK_XSL)/html/docbook.xsl >$@
5
6 mimedecode.man: mimedecode.docbook Makefile.4xslt
7         4xslt $< $(DOCBOOK_XSL)/manpages/docbook.xsl
8         mv mimedecode.py.1 $@
9
10 mimedecode.txt: mimedecode.html Makefile.4xslt
11         elinks -dump -no-numbering -no-references $< >$@