diff options
Diffstat (limited to 'Doc/longhtml/Makefile')
-rw-r--r-- | Doc/longhtml/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/longhtml/Makefile b/Doc/longhtml/Makefile index 4580c17..02ddb6c 100644 --- a/Doc/longhtml/Makefile +++ b/Doc/longhtml/Makefile @@ -39,7 +39,7 @@ COMMONPERL= $(TOPDIR)/perl/manual.perl \ $(TOPDIR)/perl/l2hinit.perl -all: $(INDEXFILES) +all: $(INDEXFILES) icons .PHONY: api ext lib mac ref tut @@ -54,6 +54,10 @@ tut: tut/tut.html $(INDEXFILES): $(COMMONPERL) \ $(TOPDIR)/html/about.dat +icons: ../html/icons + if [ ! -d icons ] ; then mkdir icons; fi + cp ../html/icons/*.* icons/ + api/api.html: $(PAPERDIR)/api.aux $(BUILDINDEX) $(TOOLSDIR)/mkhtml.sh $(MKHTML) api $(L2HARGS) -split 3 |