source:
lemon-0.x/scripts/update-libstd-tag
@
  2267:3575f17a6e7f
        
        | Last change on this file since 2267:3575f17a6e7f was 2241:37e0966e43b6, checked in by , 19 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.
    

