Commit ddf1ce23 authored by Fred Drake's avatar Fred Drake

Added rule to copy in the icons/ directory.

parent 1930cede
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment