Mail Archives: djgpp/2000/12/14/16:50:24
I'm looking for a way to extract only the revision number `#.##' and
the date `yyyy/mm/dd' from an RCS $Id$ keyword, and use these to set
variables in a Texinfo document.
E.g., given an RCS $Id$ that expands to
Revision #.## yyyy/mm/dd hh:mm:ss user
I would like to set Texinfo variables as follows
@set EDITION #.##
@set UPDATED yyyy/mm/dd
I do not see any string manipulation features in Texinfo;
perhaps this could be done with a Texinfo macro...?
TIA/jtw
- Raw text -