diff options
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 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) |