From: Fred Drake Date: Fri, 4 Oct 2002 19:23:06 +0000 (+0000) Subject: Remove some unnecessary dependencies (minor). X-Git-Tag: v2.3c1~3883 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57b38ed424292803c0a3578d2f68cc0ef1c8661d;p=thirdparty%2FPython%2Fcpython.git Remove some unnecessary dependencies (minor). --- diff --git a/Doc/Makefile b/Doc/Makefile index 2b8b9e069059..662ea0727e43 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -193,8 +193,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 @@ -208,8 +208,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