summaryrefslogtreecommitdiffstats
path: root/Doc/tools/rewrite.py
Commit message (Collapse)AuthorAgeFilesLines
* normalize whitespaceFred Drake2003-10-021-1/+1
|
* Use string methods.Fred Drake2002-10-161-6/+5
|
* Script to re-write @FOO@-style marks with values, initializing theFred Drake2001-07-171-0/+55
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.