]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation
authorFred Drake <fdrake@acm.org>
Fri, 13 Sep 1996 14:44:34 +0000 (14:44 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 13 Sep 1996 14:44:34 +0000 (14:44 +0000)
commita39a25e5ec335baf6ab53b889bd460e8575159e2
treec218cbe11b705d2f7d6ec71bfdc092886730cc0a
parent0bc253dba7e0fcb3efcd96b0f5b3d9e6502bffb4
(texi2html.py):  Use "if __name__ == '__main__':" test.  Adjust indentation
to 4 spaces per level (no longer 8).

(Makefile):  Use .pyc versions of partparse.py and texi2html.py to generate
converted documentation formats.  This reduces the startup costs;
probably doesn't affect anyone but me in reality, but helps when
working on the docs.
Doc/Makefile
Doc/texi2html.py
Doc/tools/texi2html.py
Tools/scripts/texi2html.py