]> git.phdru.name Git - mimedecode.git/blob - Makefile.4xslt
Build(GHActions): Use `checkout@v4` instead of outdated `v2`
[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.1 $@
9
10 mimedecode.txt: mimedecode.html Makefile.4xslt
11         elinks -dump -no-numbering -no-references $< >$@