From 4866f811d8b60c724fa853116589b4e453e83c56 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 31 Jan 2014 23:35:28 +0400 Subject: [PATCH] Dump html to text with no numbering and without references --- Makefile.4xslt | 2 +- Makefile.xsltproc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.4xslt b/Makefile.4xslt index 7650322..96981a0 100644 --- a/Makefile.4xslt +++ b/Makefile.4xslt @@ -8,4 +8,4 @@ mimedecode.man: mimedecode.docbook Makefile.4xslt mv mimedecode.py.1 $@ mimedecode.txt: mimedecode.html Makefile.4xslt - elinks -dump $< >$@ + elinks -dump -no-numbering -no-references $< >$@ diff --git a/Makefile.xsltproc b/Makefile.xsltproc index f98e518..c800f78 100644 --- a/Makefile.xsltproc +++ b/Makefile.xsltproc @@ -8,4 +8,4 @@ mimedecode.man: mimedecode.docbook Makefile.xsltproc mv mimedecode.py.1 $@ mimedecode.txt: mimedecode.html Makefile.xsltproc - elinks -dump $< >$@ + elinks -dump -no-numbering -no-references $< >$@ -- 2.39.2