scripts/update-libstd-tag
author kpeter
Sun, 13 Jan 2008 10:32:14 +0000
changeset 2556 74c2c81055e1
permissions -rwxr-xr-x
Cleanup in the minimum cost flow files.
The changes only affects the documentation and the look of the source codes.
     1 #!/bin/bash
     2 
     3 cd ${0%update-libstd-tag}../doc
     4 mv libstdc++.tag libstdc++.tag.old
     5 wget http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag &&
     6 rm libstdc++.tag.old || mv libstdc++.tag.old libstdc++.tag
     7