From: Fred Drake Date: Mon, 11 Mar 2002 18:42:08 +0000 (+0000) Subject: Make the extension manual format using the Makefile; recent changes broke X-Git-Tag: v2.3c1~6524 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e38b7e8fe9591736cacc7190a01cebb3e1bf9b68;p=python Make the extension manual format using the Makefile; recent changes broke the dependency information. --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 3b666f4730..967a5f9516 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -56,7 +56,7 @@ DOCFILES= $(HOWTOSTYLES) \ EXTFILES= ext/ext.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ ext/extending.tex \ ext/newtypes.tex \ - ext/unix.tex \ + ext/building.tex \ ext/windows.tex \ ext/embedding.tex \ texinputs/reportingbugs.tex