]> git.phdru.name Git - mimedecode.git/blob - Makefile.sgmlt
Add requirements.txt to sdist; add [egg_info] to setup.cfg
[mimedecode.git] / Makefile.sgmlt
1 mimedecode.html: mimedecode.docbook Makefile.sgmlt
2         sgmltools -b html $<
3         mv mimedecode/mimedecode.py.html mimedecode.html
4         rmdir mimedecode
5
6 mimedecode.man: mimedecode.docbook Makefile.sgmlt
7         docbook-to-man $< >$@
8
9 mimedecode.txt: mimedecode.docbook Makefile.sgmlt
10         sgmltools -b txt $<