]> git.phdru.name Git - mimedecode.git/blob - Makefile.sgmlt
Build(GHActions): Use `checkout@v4` instead of outdated `v2`
[mimedecode.git] / Makefile.sgmlt
1 mimedecode.html: mimedecode.docbook Makefile.sgmlt
2         sgmltools -b html $<
3         mv mimedecode/mimedecode.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 $<