mirror of https://github.com/fltk/fltk
Updated documentation/strip_tags for usage of doxygen 1.7.3.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8480 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
58c94b9b33
commit
5c29bca9d4
|
@ -1,5 +1,5 @@
|
||||||
for f in html/*.html ; do
|
for f in html/*.html ; do
|
||||||
sed 's/<!-- ... ... .*:..:.. ....\. -->/<!-- date removed for reducing unnecessary svn web updates -->/' $f > $f.tmp
|
sed 's/<!-- ... ... .*:..:..\. -->/<!-- date removed for reducing unnecessary svn web updates -->/' $f > $f.tmp
|
||||||
rm $f
|
rm $f
|
||||||
mv $f.tmp $f
|
mv $f.tmp $f
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue