X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile.4xslt;h=96981a0d0fe571d29adc5c83b9d2304cf8c43963;hb=049f238d8b23e2ab7f543b33d52dd2544ffa7b22;hp=cfdb9ee0d0e64f9593ed944ae370666536b05998;hpb=2dc3c38ce9f828003405e5f9f76f9fce96d1b0ca;p=mimedecode.git diff --git a/Makefile.4xslt b/Makefile.4xslt index cfdb9ee..96981a0 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 -no-numbering -no-references $< >$@