]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove some unnecessary dependencies (minor).
authorFred Drake <fdrake@acm.org>
Fri, 4 Oct 2002 19:22:37 +0000 (19:22 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 4 Oct 2002 19:22:37 +0000 (19:22 +0000)
Doc/Makefile

index 5086ab4351488ec522e60337905629a7e06c210a..45158d9b64e666c466b2ddd072b925fcedc4d5b3 100644 (file)
@@ -190,8 +190,8 @@ paper-$(PAPER)/api.dvi: $(ANNOAPIFILES)
 paper-$(PAPER)/api.pdf: $(ANNOAPIFILES)
        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)/api.tex: api/api.tex
+       cp api/api.tex $@
 
 paper-$(PAPER)/abstract.tex: api/abstract.tex $(ANNOAPI)
        $(PYTHON) $(TOOLSDIR)/anno-api.py -o $@ api/abstract.tex
@@ -205,8 +205,8 @@ paper-$(PAPER)/exceptions.tex: api/exceptions.tex $(ANNOAPI)
 paper-$(PAPER)/init.tex: api/init.tex $(ANNOAPI)
        $(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)/intro.tex: api/intro.tex
+       cp api/intro.tex $@
 
 paper-$(PAPER)/memory.tex: api/memory.tex $(ANNOAPI)
        $(PYTHON) $(TOOLSDIR)/anno-api.py -o $@ api/memory.tex