mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-23 04:10:26 +08:00
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
This commit is contained in:
parent
286970ee61
commit
3b0c635f60
@ -1,5 +1,8 @@
|
||||
2001-11-05 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* update_web_docs: Eliminate warnings about keeping files from web
|
||||
page preprocessing.
|
||||
|
||||
* update_web_docs: Allow for the same file name in different
|
||||
directories.
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user