]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Don't ignore makeinfo errors.
authorFred Drake <fdrake@acm.org>
Thu, 19 Feb 1998 21:40:51 +0000 (21:40 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 19 Feb 1998 21:40:51 +0000 (21:40 +0000)
Doc/Makefile

index ad1a3cbb48e4a5796f710576e2e32d2aeada70a0..89d82373985842c70aee94ee2bce334d8e0d64bf 100644 (file)
@@ -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,