doc-src/fixbookmarks.pl
author wenzelm
Fri, 10 Nov 2006 00:13:35 +0100
changeset 21281 0767e7dad549
parent 6636 80052270f08b
permissions -rw-r--r--
no special treatment for cygwin (this is supposed to be actual cygwin, not win32 polyml within cygwin);


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