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
This commit is contained in:
parent
282043099b
commit
61995575da
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user