doc-src/fixbookmarks.pl
author blanchet
Wed, 01 Jun 2011 19:50:59 +0200
changeset 43139 9ed5d8ad8fa0
parent 6636 80052270f08b
permissions -rw-r--r--
fixed debilitating translation bug introduced in b6e61d22fa61 -- "equal" and "=" should always have arity 2


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