diff options
author | Fred Drake <fdrake@acm.org> | 2001-10-29 17:40:40 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-10-29 17:40:40 (GMT) |
commit | 520b0093db7da3f9aea4fbfaf727594971e38d7e (patch) | |
tree | e0e025ddc7af5a1ce9ca3ec35b49af1a662de5c9 /Doc/Makefile.deps | |
parent | e16e54f7f1c0f9efaae7084b8fcbdfa95e99026b (diff) | |
download | cpython-520b0093db7da3f9aea4fbfaf727594971e38d7e.zip cpython-520b0093db7da3f9aea4fbfaf727594971e38d7e.tar.gz cpython-520b0093db7da3f9aea4fbfaf727594971e38d7e.tar.bz2 |
Make sure we generate versions of each file in the Python/C API manual with
reference-count annotations; this is needed for the typeset forms of the
manuals.
Diffstat (limited to 'Doc/Makefile.deps')
-rw-r--r-- | Doc/Makefile.deps | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 9718cff..6f13673 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -31,6 +31,23 @@ APIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ api/veryhigh.tex \ texinputs/reportingbugs.tex +# These files are generated from those listed above, and are used to +# generate the typeset versions of the manuals. The list is defined +# here to make it easier to ensure parallelism. +ANNOAPIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ + paper-$(PAPER)/api.tex \ + paper-$(PAPER)/abstract.tex \ + paper-$(PAPER)/concrete.tex \ + paper-$(PAPER)/exceptions.tex \ + paper-$(PAPER)/init.tex \ + paper-$(PAPER)/intro.tex \ + paper-$(PAPER)/memory.tex \ + paper-$(PAPER)/newtypes.tex \ + paper-$(PAPER)/refcounting.tex \ + paper-$(PAPER)/utilities.tex \ + paper-$(PAPER)/veryhigh.tex \ + texinputs/reportingbugs.tex + DOCFILES= $(HOWTOSTYLES) \ texinputs/boilerplate.tex \ texinputs/ltxmarkup.sty \ |