From: jsm28 Date: Mon, 5 Nov 2001 09:55:25 +0000 (+0000) Subject: * update_web_docs: Eliminate warnings about keeping files from web X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=99a474605a477d56e1c92705824bd613c6c908bf * update_web_docs: Eliminate warnings about keeping files from web page preprocessing. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46785 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 5d8c609d0f1..0faa5abf2fa 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,5 +1,8 @@ 2001-11-05 Joseph S. Myers + * update_web_docs: Eliminate warnings about keeping files from web + page preprocessing. + * update_web_docs: Allow for the same file name in different directories. diff --git a/maintainer-scripts/update_web_docs b/maintainer-scripts/update_web_docs index 6872a4a329d..63df12ffa56 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.