doc-src/fixbookmarks.pl
author wenzelm
Wed, 25 Mar 2009 14:47:08 +0100
changeset 30715 e23e15f52d42
parent 6636 80052270f08b
permissions -rw-r--r--
avoid mixing of left/right associative infixes, to make it work with experimental Poly/ML 5.3 branch;


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