X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile.4xslt;fp=Makefile.4xslt;h=7650322c259cb57d7d215c21e3c2f2084b85f572;hb=43d58bd2134bf59d3790c064ac8f58416d62a8e5;hp=cfdb9ee0d0e64f9593ed944ae370666536b05998;hpb=038d41eaa2ab37dba4988904463aac7bda5151e6;p=mimedecode.git diff --git a/Makefile.4xslt b/Makefile.4xslt index cfdb9ee..7650322 100644 --- a/Makefile.4xslt +++ b/Makefile.4xslt @@ -3,9 +3,9 @@ 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 $@ + +mimedecode.txt: mimedecode.html Makefile.4xslt + elinks -dump $< >$@