diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-19 21:40:51 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-19 21:40:51 (GMT) |
commit | f7f2e70fd410095353042e35ff82f696c8bdb292 (patch) | |
tree | 088877d7c987639248353a366ebe54ff7582e442 /Doc | |
parent | 9c7c6bec985941dc7e7f4792f273a8fbd7bf80d9 (diff) | |
download | cpython-f7f2e70fd410095353042e35ff82f696c8bdb292.zip cpython-f7f2e70fd410095353042e35ff82f696c8bdb292.tar.gz cpython-f7f2e70fd410095353042e35ff82f696c8bdb292.tar.bz2 |
Don't ignore makeinfo errors.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index ad1a3cb..89d8237 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, |