doc-src/fixbookmarks.pl
author Walther Neuper <neuper@ist.tugraz.at>
Mon, 06 Sep 2010 17:07:28 +0200
branchisac-update-Isa09-2
changeset 37984 972a73d7c50b
parent 6636 80052270f08b
permissions -rw-r--r--
changed argument types for scripts

find . -type f -exec sed -i s/'real_list_'/'REAL_LIST'/g {} \;
find . -type f -exec sed -i s/'real_set_'/'REAL_SET'/g {} \;
find . -type f -exec sed -i s/'real_ '/'REAL '/g {} \;
find . -type f -exec sed -i s/'real_real_'/'REAL_REAL'/g {} \;

find . -type f -exec sed -i s/'bool_list_'/'BOOL_LIST'/g {} \;
find . -type f -exec sed -i s/'bool_'/'BOOL'/g {} \;
     1 
     2 s/\\([a-zA-Z]+)\s*/$1/g;
     3 s/\$//g;
     4 s/^BOOKMARK/\\BOOKMARK/g;