Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fefcc3 commit d61e3eaCopy full SHA for d61e3ea
2 files changed
Doc/Makefile.deps
@@ -46,6 +46,7 @@ REFFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
46
# LaTeX source files for the Python Library Reference
47
LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
48
lib/lib.tex \
49
+ lib/distutils.tex \
50
texinputs/reportingbugs.tex \
51
lib/libintro.tex \
52
lib/libobjs.tex \
Doc/lib/lib.tex
@@ -281,6 +281,7 @@ \chapter*{Front Matter\label{front}}
281
\input{libpycompile} % really py_compile
282
\input{libcompileall}
283
\input{libdis}
284
+\input{distutils}
285
286
%\input{libamoeba} % AMOEBA ONLY
287
0 commit comments