From 9c26f5dbede50784b06d1819abf1ed0cd2475ea6 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 31 Mar 2000 20:26:33 +0000 Subject: [PATCH] Added rule to copy in the icons/ directory. --- Doc/longhtml/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Doc/longhtml/Makefile b/Doc/longhtml/Makefile index 4580c174ae..02ddb6cda5 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 -- 2.50.1