Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7f2e70

Browse files
committed
Don't ignore makeinfo errors.
1 parent 9c7c6be commit f7f2e70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ lib.texi: lib1.texi fix.el
224224
mv temp.texi $@
225225

226226
python-lib.info: lib.texi
227-
-$(MAKEINFO) --footnote-style end --fill-column 72 \
227+
$(MAKEINFO) --footnote-style end --fill-column 72 \
228228
--paragraph-indent 0 $<
229229

230230
# this is needed to prevent a second set of info files from being generated,

0 commit comments

Comments
 (0)