* update_web_docs: Also remove old .gz files from subdirectories
on the 15th of the month.
From-SVN: r81773
+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.
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