X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=Makefile.4xslt;h=cea0f13ef58e35e49a2ddff791a980f9a8964adc;hb=HEAD;hp=96981a0d0fe571d29adc5c83b9d2304cf8c43963;hpb=4866f811d8b60c724fa853116589b4e453e83c56;p=mimedecode.git diff --git a/Makefile.4xslt b/Makefile.4xslt deleted file mode 100644 index 96981a0..0000000 --- a/Makefile.4xslt +++ /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.man: mimedecode.docbook Makefile.4xslt - 4xslt $< $(DOCBOOK_XSL)/manpages/docbook.xsl - mv mimedecode.py.1 $@ - -mimedecode.txt: mimedecode.html Makefile.4xslt - elinks -dump -no-numbering -no-references $< >$@