Kaydet (Commit) 6f9dd5d7 authored tarafından Fred Drake's avatar Fred Drake

Remove stuff related to copying the icons directory around -- just

isn't needed.
üst b8a7d728
...@@ -38,16 +38,16 @@ COMMONPERL= $(TOPDIR)/perl/manual.perl \ ...@@ -38,16 +38,16 @@ COMMONPERL= $(TOPDIR)/perl/manual.perl \
$(TOPDIR)/perl/l2hinit.perl $(TOPDIR)/perl/l2hinit.perl
all: icons $(INDEXFILES) all: $(INDEXFILES)
.PHONY: api ext lib mac ref tut .PHONY: api ext lib mac ref tut
api: icons api/api.html api: api/api.html
ext: icons ext/ext.html ext: ext/ext.html
lib: icons lib/lib.html lib: lib/lib.html
mac: icons mac/mac.html mac: mac/mac.html
ref: icons ref/ref.html ref: ref/ref.html
tut: icons tut/tut.html tut: tut/tut.html
$(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat $(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat
...@@ -89,11 +89,6 @@ $(PAPERDIR)/ref.aux: $(REFFILES) ...@@ -89,11 +89,6 @@ $(PAPERDIR)/ref.aux: $(REFFILES)
$(PAPERDIR)/tut.aux: $(TUTFILES) $(PAPERDIR)/tut.aux: $(TUTFILES)
(cd $(PAPERDIR); $(MKAUX) tut) (cd $(PAPERDIR); $(MKAUX) tut)
# copy the icons/ directory over...
icons:
mkdir icons/
cp $(TOPDIR)/icons/*.gif icons/
webcheck: all webcheck: all
$(WEBCHECKER) $(HTMLBASE)/api/ $(WEBCHECKER) $(HTMLBASE)/api/
...@@ -104,7 +99,7 @@ webcheck: all ...@@ -104,7 +99,7 @@ webcheck: all
$(WEBCHECKER) $(HTMLBASE)/tut/ $(WEBCHECKER) $(HTMLBASE)/tut/
clean: clean:
rm -rf icons/ @webchecker.pickle rm -rf @webchecker.pickle
clobber: clean clobber: clean
rm -rf api/ ext/ lib/ mac/ ref/ tut/ rm -rf api/ ext/ lib/ mac/ ref/ tut/
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