source:
lemon-0.x/scripts/update-libstd-tag
@
2326:af8c695372be
Last change on this file since 2326:af8c695372be was 2241:37e0966e43b6, checked in by , 18 years ago | |
---|---|
|
|
File size: 217 bytes |
Line | |
---|---|
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 |
Note: See TracBrowser
for help on using the repository browser.