From: Peter Verthez Date: Fri, 13 Sep 2002 15:25:26 +0000 (+0000) Subject: Corrected 'Generated from' string. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;ds=sidebyside;h=560de49d23fd6020af9a466c1c3bf5c661a71da7;p=gedcom-parse.git Corrected 'Generated from' string. --- diff --git a/doc/make_gom_xref b/doc/make_gom_xref index 58dd035..ddaba8f 100755 --- a/doc/make_gom_xref +++ b/doc/make_gom_xref @@ -23,7 +23,7 @@ while () $section = "sub" if m|/\* Sub-structures \*/|; $section = "main" if m|/\* Main structures \*/|; $section = "" if m|/\* Functions \*/|; - $generated = $1 if m|/\* \$Id$ \*/|; + $generated = $1 if m|/\* [\$]Id: (.*?) \$ \*/|; next if m|/\*|; if ($section ne "") {