scripts/update-libstd-tag
author alpar
Thu, 30 Nov 2006 14:42:18 +0000
changeset 2319 99b1f7aec9d5
permissions -rwxr-xr-x
- Change the subjects of broken repository mail alerts.
- Do not send the log file to the list
     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