]> git.phdru.name Git - mimedecode.git/blobdiff - Makefile.4xslt
Build(GHActions): Use `checkout@v4` instead of outdated `v2`
[mimedecode.git] / Makefile.4xslt
diff --git a/Makefile.4xslt b/Makefile.4xslt
deleted file mode 100644 (file)
index cfdb9ee..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-DOCBOOK_XSL=/usr/share/xml/docbook/stylesheet/docbook-xsl
-
-mimedecode.html: mimedecode.docbook Makefile.4xslt
-       4xslt $< $(DOCBOOK_XSL)/html/docbook.xsl >$@
-
-mimedecode.txt: mimedecode.html Makefile.4xslt
-       elinks -dump $< >$@
-
-mimedecode.man: mimedecode.docbook Makefile.4xslt
-       4xslt $< $(DOCBOOK_XSL)/manpages/docbook.xsl
-       mv mimedecode.py.1 $@