diff options
| author | Fred Drake <fdrake@acm.org> | 1998-08-13 19:03:19 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1998-08-13 19:03:19 +0000 |
| commit | 54c52052cebc00ceeb4f1f8b48453b675d037ba1 (patch) | |
| tree | 44380ef1d7bb22d5ef4ed16f29b7aab0bf3bd055 /Doc/html | |
| parent | ca69cf581d47736745d27546892ea9e380e4c791 (diff) | |
| download | cpython-git-54c52052cebc00ceeb4f1f8b48453b675d037ba1.tar.gz | |
Add l2hinit.perl to COMMONPERL.
Diffstat (limited to 'Doc/html')
| -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 dc6ecf4dd2..e07604339d 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) |
