aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/update_web_docs
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-11-05 09:55:25 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-11-05 09:55:25 +0000
commit3b0c635f60049f111e7ee358aea56c734a19d2cc (patch)
tree5df4daa7b341f53dca9d898e47fe61f11a87ae29 /maintainer-scripts/update_web_docs
parent286970ee61cdcb00a1b7d0601dee6672328d8802 (diff)
downloadgcc-3b0c635f60049f111e7ee358aea56c734a19d2cc.zip
gcc-3b0c635f60049f111e7ee358aea56c734a19d2cc.tar.gz
gcc-3b0c635f60049f111e7ee358aea56c734a19d2cc.tar.bz2
update_web_docs: Eliminate warnings about keeping files from web page preprocessing.
* update_web_docs: Eliminate warnings about keeping files from web page preprocessing. From-SVN: r46785
Diffstat (limited to 'maintainer-scripts/update_web_docs')
-rwxr-xr-xmaintainer-scripts/update_web_docs2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainer-scripts/update_web_docs b/maintainer-scripts/update_web_docs
index 6872a4a..63df12f 100755
--- a/maintainer-scripts/update_web_docs
+++ b/maintainer-scripts/update_web_docs
@@ -167,7 +167,7 @@ if [ "$RELEASE" = "HEAD" ]; then
# Preprocess the entire web site, not just the install docs!
echo "Invoking $WWWPREPROCESS"
- $WWWPREPROCESS
+ $WWWPREPROCESS |grep -v '^ Warning: Keeping'
fi
# Clean up behind us.