doc-src/fixbookmarks.pl
author wenzelm
Sun, 31 May 2009 19:05:20 +0200
changeset 31322 526e149999cc
parent 6636 80052270f08b
permissions -rw-r--r--
attempt to eliminate adhoc makestring at runtime (which is not well-defined);


s/\\([a-zA-Z]+)\s*/$1/g;
s/\$//g;
s/^BOOKMARK/\\BOOKMARK/g;