commit | a39a25e5ec335baf6ab53b889bd460e8575159e2 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri Sep 13 14:44:34 1996 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri Sep 13 14:44:34 1996 +0000 |
tree | c218cbe11b705d2f7d6ec71bfdc092886730cc0a | |
parent | 0bc253dba7e0fcb3efcd96b0f5b3d9e6502bffb4 [diff] |
(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.