commit | 3cae66bdbcbc46d1c7a522a2a48c8c23ba199b76 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Tue Jul 17 16:46:14 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Tue Jul 17 16:46:14 2001 +0000 |
tree | b0a6883b57eee24d62972a10f9571ddab9aeb218 | |
parent | 63d1d264d1ce6adbe0151ef68dba52d910973c4c [diff] |
Script to re-write @FOO@-style marks with values, initializing the replacement for @DATE@ from a TeX file containing a \date{...} mark (such as texinputs/boilerplate.tex). This will be used to re-write the html/index.html.in file instead of a combination of grep, date, and sed -- this is more portable to non-Unix platforms. This solves part of the problem reported in SF patch #429611, but does not use the suggested patch.