Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 704:374035d3ca4c
[xemacs-hg @ 2001-12-18 22:37:41 by janv]
Fixup crossreference for makeinfo's sake
author | janv |
---|---|
date | Tue, 18 Dec 2001 22:38:01 +0000 |
parents | 3078fd1074e8 |
children |
line wrap: on
line source
while (<STDIN>) { if (/^\$Revision:\s*([0-9\.]*)/) { print "char *version = \"$1\";\n"; print "static char *id = \"\\n%%% setup-version $1\\n\";\n"; } }