diff options
author | Karl Berry <karl@gnu.org> | 1998-11-08 18:39:08 +0000 |
---|---|---|
committer | Karl Berry <karl@gnu.org> | 1998-11-08 18:39:08 +0000 |
commit | 28eecbb94f1168a07ed5b09e8e7d37fdbc25744d (patch) | |
tree | 7460e3e56f5c9a04ca09d500c85f4213108d5beb | |
parent | 9ad3cb03b7a4d126ddbc2784224a66d305058aba (diff) | |
download | gunmake-28eecbb94f1168a07ed5b09e8e7d37fdbc25744d.tar.gz |
* texinfo.tex: Use standard time-stamp.el package instead of
update-date.el.
.,
-rw-r--r-- | texinfo.tex | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/texinfo.tex b/texinfo.tex index 5f9fc1a..d106eb2 100644 --- a/texinfo.tex +++ b/texinfo.tex @@ -3,7 +3,7 @@ % Load plain if necessary, i.e., if running under initex. \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % -\def\texinfoversion{1998-10-31}% +\def\texinfoversion{1998-11-06}% % % Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98 % Free Software Foundation, Inc. @@ -5454,10 +5454,9 @@ width0pt\relax} \fi @rm @c Local variables: +@c eval: (add-hook 'write-file-hooks 'time-stamp) @c page-delimiter: "^\\\\message" -@c update-date-leading-regexp: "def\\texinfoversion{" -@c update-date-date-regexp: "[-0-9.]+" -@c update-date-format-string: "%Y-%m-%d" -@c update-date-trailing-regexp: "}" -@c eval: (and(load "update-date" t t)(add-hook 'write-file-hooks 'update-date)) +@c time-stamp-start: "def\\\\texinfoversion{" +@c time-stamp-format: "%:y-%02m-%02d" +@c time-stamp-end: "}" @c End: |