]> git.donarmstrong.com Git - lilypond.git/commit
Fix LSR gen: \\ in texidoc needs to be escaped once more (used in regexp!)
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 29 Sep 2008 23:17:28 +0000 (01:17 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 29 Sep 2008 23:48:59 +0000 (01:48 +0200)
commit455dc765f6d4ec386674c2bf764b0e612ef36a6e
treec80456c896971572f09aca488730fcdf5c9f664d
parenta3347f2a438dfe20d954f80eb5b2af49b653e22e
Fix LSR gen: \\ in texidoc needs to be escaped once more (used in regexp!)

In makelsr.py, we read in the .texidoc file and insert its contents into the
snippet page. Unfortunately, this is done using a regexp, so \\ is understood
as ONE escaped backslash. Thus, I simply replace \\ by \\\\ before inserting...
buildscripts/makelsr.py