]> git.phdru.name Git - mimedecode.git/commitdiff
Dump html to text with no numbering and without references
authorOleg Broytman <phd@phdru.name>
Fri, 31 Jan 2014 19:35:28 +0000 (23:35 +0400)
committerOleg Broytman <phd@phdru.name>
Fri, 31 Jan 2014 19:35:28 +0000 (23:35 +0400)
Makefile.4xslt
Makefile.xsltproc

index 7650322c259cb57d7d215c21e3c2f2084b85f572..96981a0d0fe571d29adc5c83b9d2304cf8c43963 100644 (file)
@@ -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 $< >$@
index f98e518eb865173e67a74f419978d88ae9e66135..c800f78caa2dabea4f1d2b68188f1f5e642d1496 100644 (file)
@@ -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 $< >$@