summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-19 21:40:51 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-19 21:40:51 (GMT)
commitf7f2e70fd410095353042e35ff82f696c8bdb292 (patch)
tree088877d7c987639248353a366ebe54ff7582e442 /Doc/Makefile
parent9c7c6bec985941dc7e7f4792f273a8fbd7bf80d9 (diff)
downloadcpython-f7f2e70fd410095353042e35ff82f696c8bdb292.zip
cpython-f7f2e70fd410095353042e35ff82f696c8bdb292.tar.gz
cpython-f7f2e70fd410095353042e35ff82f696c8bdb292.tar.bz2
Don't ignore makeinfo errors.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile2
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,