From: Fred Drake Date: Thu, 19 Feb 1998 21:40:51 +0000 (+0000) Subject: Don't ignore makeinfo errors. X-Git-Tag: v1.5.1~633 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7f2e70fd410095353042e35ff82f696c8bdb292;p=thirdparty%2FPython%2Fcpython.git Don't ignore makeinfo errors. --- diff --git a/Doc/Makefile b/Doc/Makefile index ad1a3cbb48e4..89d823739858 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -224,7 +224,7 @@ lib.texi: lib1.texi fix.el mv temp.texi $@ python-lib.info: lib.texi - -$(MAKEINFO) --footnote-style end --fill-column 72 \ + $(MAKEINFO) --footnote-style end --fill-column 72 \ --paragraph-indent 0 $< # this is needed to prevent a second set of info files from being generated,