mirror of https://github.com/python/cpython
Add entries for the newly split C API manual.
This commit is contained in:
parent
3adf79e3e2
commit
c65b3d95b6
|
@ -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…
Reference in New Issue