diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-13 19:03:19 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-13 19:03:19 (GMT) |
commit | 54c52052cebc00ceeb4f1f8b48453b675d037ba1 (patch) | |
tree | 44380ef1d7bb22d5ef4ed16f29b7aab0bf3bd055 | |
parent | ca69cf581d47736745d27546892ea9e380e4c791 (diff) | |
download | cpython-54c52052cebc00ceeb4f1f8b48453b675d037ba1.zip cpython-54c52052cebc00ceeb4f1f8b48453b675d037ba1.tar.gz cpython-54c52052cebc00ceeb4f1f8b48453b675d037ba1.tar.bz2 |
Add l2hinit.perl to COMMONPERL.
-rw-r--r-- | Doc/html/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile index dc6ecf4..e076043 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -26,7 +26,8 @@ INDEXFILES=api/api.html \ tut/tut.html COMMONPERL= $(TOPDIR)/perl/manual.perl \ - $(TOPDIR)/perl/python.perl + $(TOPDIR)/perl/python.perl \ + $(TOPDIR)/perl/l2hinit.perl all: icons $(INDEXFILES) |