Added rule to copy in the icons/ directory.

This commit is contained in:
Fred Drake 2000-03-31 20:26:33 +00:00
parent 3bb719f744
commit 9c26f5dbed

View File

@ -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