scripts/update-libstd-tag
author deba
Mon, 13 Nov 2006 12:30:59 +0000
changeset 2300 69330d717235
permissions -rwxr-xr-x
Conditional execution until the target is reached
/previous implementation: until the target is the next to process/

todo: query the target when we give nodemap as condition
     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