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

update_web_docs: Also remove old .gz files from subdirectories on the 15th of the month.

	* update_web_docs: Also remove old .gz files from subdirectories
	on the 15th of the month.

From-SVN: r81773
parent 28204309
No related branches found
No related tags found
No related merge requests found
2004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
* update_web_docs: Also remove old .gz files from subdirectories
on the 15th of the month.
2004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
* update_web_docs (MANUALS): Add gfortran.
......
......@@ -129,7 +129,7 @@ today=`date +%d`
if test $today = 15; then
find $DOCSDIR -type f -maxdepth 1 -print | grep -v index.html | xargs rm
for m in $MANUALS; do
rm $DOCSDIR/$m/*.html
rm $DOCSDIR/$m/*.html $DOCSDIR/$m/*.html.gz
done
fi
......
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