]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Script to re-write @FOO@-style marks with values, initializing the
authorFred Drake <fdrake@acm.org>
Tue, 17 Jul 2001 16:46:14 +0000 (16:46 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 17 Jul 2001 16:46:14 +0000 (16:46 +0000)
commit3cae66bdbcbc46d1c7a522a2a48c8c23ba199b76
treeb0a6883b57eee24d62972a10f9571ddab9aeb218
parent63d1d264d1ce6adbe0151ef68dba52d910973c4c
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.
Doc/tools/rewrite.py [new file with mode: 0644]