[Python-checkins] CVS: python/dist/src/Doc/longhtml Makefile,1.1,1.2

Fred Drake python-dev@python.org
2000年3月31日 15:26:36 -0500


Update of /projects/cvsroot/python/dist/src/Doc/longhtml
In directory seahag.cnri.reston.va.us:/home/fdrake/projects/python/Doc/longhtml
Modified Files:
	Makefile 
Log Message:
Added rule to copy in the icons/ directory.
Index: Makefile
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/longhtml/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Makefile	2000年03月31日 20:22:29	1.1
--- Makefile	2000年03月31日 20:26:33	1.2
***************
*** 40,44 ****
 
 
! all:	$(INDEXFILES)
 
 .PHONY: api ext lib mac ref tut
--- 40,44 ----
 
 
! all:	$(INDEXFILES) icons
 
 .PHONY: api ext lib mac ref tut
***************
*** 54,57 ****
--- 54,61 ----
 $(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

AltStyle によって変換されたページ (->オリジナル) /