Mailing List Archive

python/dist/src/Doc Makefile,1.235.2.1.2.10,1.235.2.1.2.11
Update of /cvsroot/python/python/dist/src/Doc
In directory usw-pr-cvs1:/tmp/cvs-serv26064

Modified Files:
Tag: release22-maint
Makefile
Log Message:
Remove some unnecessary dependencies (minor).


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.235.2.1.2.10
retrieving revision 1.235.2.1.2.11
diff -C2 -d -r1.235.2.1.2.10 -r1.235.2.1.2.11
*** Makefile 23 May 2002 19:42:11 -0000 1.235.2.1.2.10
--- Makefile 4 Oct 2002 19:22:37 -0000 1.235.2.1.2.11
***************
*** 191,196 ****
cd paper-$(PAPER) && $(MKPDF) api.tex

! paper-$(PAPER)/api.tex: api/api.tex $(ANNOAPI)
! $(PYTHON) $(TOOLSDIR)/anno-api.py -o $@ api/api.tex

paper-$(PAPER)/abstract.tex: api/abstract.tex $(ANNOAPI)
--- 191,196 ----
cd paper-$(PAPER) && $(MKPDF) api.tex

! paper-$(PAPER)/api.tex: api/api.tex
! cp api/api.tex $@

paper-$(PAPER)/abstract.tex: api/abstract.tex $(ANNOAPI)
***************
*** 206,211 ****
$(PYTHON) $(TOOLSDIR)/anno-api.py -o $@ api/init.tex

! paper-$(PAPER)/intro.tex: api/intro.tex $(ANNOAPI)
! $(PYTHON) $(TOOLSDIR)/anno-api.py -o $@ api/intro.tex

paper-$(PAPER)/memory.tex: api/memory.tex $(ANNOAPI)
--- 206,211 ----
$(PYTHON) $(TOOLSDIR)/anno-api.py -o $@ api/init.tex

! paper-$(PAPER)/intro.tex: api/intro.tex
! cp api/intro.tex $@

paper-$(PAPER)/memory.tex: api/memory.tex $(ANNOAPI)