From: Fred Drake Date: Fri, 31 Mar 2000 20:26:33 +0000 (+0000) Subject: Added rule to copy in the icons/ directory. X-Git-Tag: v1.6a2~166 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c26f5dbede50784b06d1819abf1ed0cd2475ea6;p=thirdparty%2FPython%2Fcpython.git Added rule to copy in the icons/ directory. --- diff --git a/Doc/longhtml/Makefile b/Doc/longhtml/Makefile index 4580c174aebd..02ddb6cda5f9 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