COIN-OR::LEMON - Graph Library

source: lemon-0.x/scripts/update-libstd-tag @ 2553:bfced05fa852

Last change on this file since 2553:bfced05fa852 was 2241:37e0966e43b6, checked in by Alpar Juttner, 18 years ago

Improve build environment and scripts

  • Property exe set to *
File size: 217 bytes
Line 
1#!/bin/bash
2
3cd ${0%update-libstd-tag}../doc
4mv libstdc++.tag libstdc++.tag.old
5wget http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag &&
6rm libstdc++.tag.old || mv libstdc++.tag.old libstdc++.tag
7
Note: See TracBrowser for help on using the repository browser.