Skip to content
Snippets Groups Projects
Commit 3b0c635f authored by Joseph Myers's avatar Joseph Myers Committed by Joseph Myers
Browse files

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
parent 286970ee
No related branches found
No related tags found
No related merge requests found
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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment