mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
Don't ignore makeinfo errors.
This commit is contained in:
parent
9c7c6bec98
commit
f7f2e70fd4
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ lib.texi: lib1.texi fix.el
|
||||||
mv temp.texi $@
|
mv temp.texi $@
|
||||||
|
|
||||||
python-lib.info: lib.texi
|
python-lib.info: lib.texi
|
||||||
-$(MAKEINFO) --footnote-style end --fill-column 72 \
|
$(MAKEINFO) --footnote-style end --fill-column 72 \
|
||||||
--paragraph-indent 0 $<
|
--paragraph-indent 0 $<
|
||||||
|
|
||||||
# this is needed to prevent a second set of info files from being generated,
|
# this is needed to prevent a second set of info files from being generated,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue