* [wwwdocs] Adjust a comment in bin/preprocess
@ 2017-11-25 19:03 Gerald Pfeifer
0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2017-11-25 19:03 UTC (permalink / raw)
To: gcc-patches
I've had this in a local tree since February; better to flush local
changes.
This just adjust a comment to match the code wrt. ordering of steps.
Applied, and I updated the instance on gcc.gnu.org as well.
Gerald
Index: bin/preprocess
===================================================================
RCS file: /cvs/gcc/wwwdocs/bin/preprocess,v
retrieving revision 1.51
diff -u -r1.51 preprocess
--- bin/preprocess 25 May 2016 20:35:09 -0000 1.51
+++ bin/preprocess 25 Nov 2017 18:45:12 -0000
@@ -119,9 +119,9 @@
exit 1
fi
- # Then remove leading blank lines and single line comments.
# Use sed to work around makeinfo 4.7 brokenness.
# Use sed to work around MetaHTML brokenness wrt. <DIV>.
+ # Then remove leading blank lines and single line comments.
cat $TMPDIR/output.raw \
| sed -e 's/_002d/-/g' -e 's/_002a/*/g' \
| sed -e 's/<DIV/<div/g' \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-11-25 18:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-25 19:03 [wwwdocs] Adjust a comment in bin/preprocess Gerald Pfeifer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).