[xml/sgml-commit] [linuxdoc-tools] 02/04: doc/Makedoc.sh: Really pass --filter to strip control chars when building guide.txt.
Agustín Martín Domingo
agmartin at moszumanska.debian.org
Tue Oct 20 11:44:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
agmartin pushed a commit to branch upstream
in repository linuxdoc-tools.
commit b603cfb4e684e94405941b4fb2616726cfe38174
Author: Agustin Martin Domingo <agmartin at debian.org>
Date: Tue Oct 20 12:52:21 2015 +0200
doc/Makedoc.sh: Really pass --filter to strip control chars when building guide.txt.
Signed-off-by: Agustin Martin Domingo <agmartin at debian.org>
---
ChangeLog | 7 +++++--
doc/Makedoc.sh | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 5533a53..4c941b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,11 @@ Changelog will only contain changes after that happened.
For changes when this was packaged as a Debian native package,
please see "doc/CHANGES.Debian-native".
-0.0.70:
+0.9.71:
+======
+ * doc/Makedoc.sh: Really pass --filter to txt backend to strip control chars.
+
+0.9.70:
======
* Replace #include <malloc.h> with standard #include <stdlib.h> in
rtf2rtf.l.
@@ -21,7 +25,6 @@ please see "doc/CHANGES.Debian-native".
- Make dvips honour /etc/papersize if letter. a4 otherwise.
- Do not preserve gzip timestamps when creating guide.ps.gz.
- Make POSIX sh portable and use as such from Makefile.in.
- - Pass --filter to txt backend to strip control chars.
* The usual minor changes here and there.
0.9.69:
diff --git a/doc/Makedoc.sh b/doc/Makedoc.sh
index 3e2c2ca..b7e2efb 100644
--- a/doc/Makedoc.sh
+++ b/doc/Makedoc.sh
@@ -93,7 +93,7 @@ for docformat in ${BUILDDOC_FORMATS}; do
txt)
echo "- Building txt docs" >&2
if [ -n "`which groff`" ]; then
- $TMPDIR/linuxdoc --backend=txt --blanks=1 ./guide.sgml
+ $TMPDIR/linuxdoc --backend=txt --filter --blanks=1 ./guide.sgml
else
echo "- ++ Warning: groff not available, cannot build \"${docformat}\" format." >&2
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-xml-sgml/linuxdoc-tools.git
More information about the debian-xml-sgml-commit
mailing list