dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fbb783
)
Corrected 'Generated from' string.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Fri, 13 Sep 2002 15:25:26 +0000
(15:25 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Fri, 13 Sep 2002 15:25:26 +0000
(15:25 +0000)
doc/make_gom_xref
patch
|
blob
|
history
diff --git
a/doc/make_gom_xref
b/doc/make_gom_xref
index 58dd03559bf76ee56cb752c83cb280541a54fac1..ddaba8f5e521c7bf4e44147c4d549d95c198bbb8 100755
(executable)
--- a/
doc/make_gom_xref
+++ b/
doc/make_gom_xref
@@
-23,7
+23,7
@@
while (<INPUT>)
$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 "") {