diff options
Diffstat (limited to 'rpkid/Makefile')
-rw-r--r-- | rpkid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rpkid/Makefile b/rpkid/Makefile index 76e3a7c2..12d5a32c 100644 --- a/rpkid/Makefile +++ b/rpkid/Makefile @@ -90,7 +90,8 @@ tgz: html text: html for i in ${TEXT_DOCS}; do \ xsltproc --html doc/tweak-doc.xsl doc/html/$$i.html | \ - html2text -rcfile doc/html2textrc -nobs -ascii -o doc/$$i; \ + html2text -rcfile doc/html2textrc -nobs -ascii | \ + awk -f doc/tweak-doc.awk >doc/$$i; \ done 2>&1 | \ awk -f doc/suppress-html-parse-errors.awk 1>&2 |