]> granicus.if.org Git - python/commitdiff
Remove stuff related to copying the icons directory around -- just
authorFred Drake <fdrake@acm.org>
Mon, 15 Feb 1999 21:43:55 +0000 (21:43 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 15 Feb 1999 21:43:55 +0000 (21:43 +0000)
isn't needed.

Doc/html/Makefile

index c8476f8a676bc67780af7bd90e7176309c712c02..e8cf017ff05d317bdc90752e2358bef24e88b166 100644 (file)
@@ -38,16 +38,16 @@ COMMONPERL= $(TOPDIR)/perl/manual.perl \
        $(TOPDIR)/perl/l2hinit.perl
 
 
-all:   icons $(INDEXFILES)
+all:   $(INDEXFILES)
 
 .PHONY: api ext lib mac ref tut
 
-api: icons api/api.html
-ext: icons ext/ext.html
-lib: icons lib/lib.html
-mac: icons mac/mac.html
-ref: icons ref/ref.html
-tut: icons tut/tut.html
+api: api/api.html
+ext: ext/ext.html
+lib: lib/lib.html
+mac: mac/mac.html
+ref: ref/ref.html
+tut: tut/tut.html
 
 $(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat
 
@@ -89,11 +89,6 @@ $(PAPERDIR)/ref.aux: $(REFFILES)
 $(PAPERDIR)/tut.aux: $(TUTFILES)
        (cd $(PAPERDIR); $(MKAUX) tut)
 
-# copy the icons/ directory over...
-icons:
-       mkdir icons/
-       cp $(TOPDIR)/icons/*.gif icons/
-
 
 webcheck: all
        $(WEBCHECKER) $(HTMLBASE)/api/
@@ -104,7 +99,7 @@ webcheck: all
        $(WEBCHECKER) $(HTMLBASE)/tut/
 
 clean:
-       rm -rf icons/ @webchecker.pickle
+       rm -rf @webchecker.pickle
 
 clobber: clean
        rm -rf api/ ext/ lib/ mac/ ref/ tut/