From: Fred Drake Date: Thu, 14 Jan 1999 17:13:03 +0000 (+0000) Subject: Added fixinfo.el to the list of dependencies. X-Git-Tag: v1.5.2b2~353 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79cbadc19409a7b04af662a6da15a7e29389f719;p=thirdparty%2FPython%2Fcpython.git Added fixinfo.el to the list of dependencies. --- diff --git a/Doc/info/Makefile b/Doc/info/Makefile index 8a0dfff74b26..412d0e40a37a 100644 --- a/Doc/info/Makefile +++ b/Doc/info/Makefile @@ -7,7 +7,8 @@ PAPERDIR=$(TOPDIR)/paper-$(PAPER) HTMLDIR=$(TOPDIR)/html MKINFO=$(TOOLSDIR)/mkinfo -SCRIPTS=$(TOOLSDIR)/html2texi.pl $(TOOLSDIR)/checkargs.pm $(TOOLSDIR)/mkinfo +SCRIPTS=$(TOOLSDIR)/html2texi.pl $(TOOLSDIR)/checkargs.pm $(TOOLSDIR)/mkinfo \ + $(TOOLSDIR)/fixinfo.el all: python-api.info python-ext.info python-lib.info \ python-mac.info python-ref.info python-tut.info