mirror of
https://github.com/python/cpython.git
synced 2024-11-26 03:14:27 +08:00
Added rule to copy in the icons/ directory.
This commit is contained in:
parent
3bb719f744
commit
9c26f5dbed
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user