diff options
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile index 9f63e04..03f3d04 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -37,7 +37,7 @@ COMMONPERL= $(TOPDIR)/perl/manual.perl \ $(TOPDIR)/perl/l2hinit.perl -all: $(INDEXFILES) index.html modindex.html +all: $(INDEXFILES) index.html modindex.html acks.html .PHONY: api ext lib mac ref tut inst dist |