mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Add entries for the newly split C API manual.
This commit is contained in:
parent
3adf79e3e2
commit
c65b3d95b6
1 changed files with 12 additions and 1 deletions
|
|
@ -17,7 +17,18 @@ HOWTOSTYLES= texinputs/howto.cls \
|
|||
$(COMMONSTYLES)
|
||||
|
||||
|
||||
APIFILES= api/api.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
|
||||
APIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
|
||||
api/api.tex \
|
||||
api/abstract.tex \
|
||||
api/concrete.tex \
|
||||
api/exceptions.tex \
|
||||
api/init.tex \
|
||||
api/intro.tex \
|
||||
api/memory.tex \
|
||||
api/newtypes.tex \
|
||||
api/refcounting.tex \
|
||||
api/utilities.tex \
|
||||
api/veryhigh.tex \
|
||||
texinputs/reportingbugs.tex
|
||||
|
||||
DOCFILES= $(HOWTOSTYLES) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue