diff options
author | Fred Drake <fdrake@acm.org> | 1999-01-14 17:13:03 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-01-14 17:13:03 (GMT) |
commit | 79cbadc19409a7b04af662a6da15a7e29389f719 (patch) | |
tree | f5575b66ebc450ed59b7181fdfc6afffa2da30b1 /Doc/info | |
parent | 79ad1f19dc5d45251230798a93c74668e4675801 (diff) | |
download | cpython-79cbadc19409a7b04af662a6da15a7e29389f719.zip cpython-79cbadc19409a7b04af662a6da15a7e29389f719.tar.gz cpython-79cbadc19409a7b04af662a6da15a7e29389f719.tar.bz2 |
Added fixinfo.el to the list of dependencies.
Diffstat (limited to 'Doc/info')
-rw-r--r-- | Doc/info/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/info/Makefile b/Doc/info/Makefile index 8a0dfff..412d0e4 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 |