mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(MAKEINFO): Specify --force.
This commit is contained in:
parent
8f4300468b
commit
4a8b387ff9
2 changed files with 3 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ infodir = $(srcdir)/../info
|
|||
TEXI2DVI = texi2dvi
|
||||
SHELL = /bin/sh
|
||||
INSTALL_INFO = install-info
|
||||
MAKEINFO = makeinfo
|
||||
MAKEINFO = makeinfo --force
|
||||
|
||||
# The name of the manual:
|
||||
VERSION=2.9
|
||||
|
|
|
|||
|
|
@ -31,7 +31,8 @@ VPATH=@srcdir@
|
|||
|
||||
|
||||
# The makeinfo program is part of the Texinfo distribution.
|
||||
MAKEINFO = makeinfo
|
||||
# Use --force so that it generates output even if there are errors.
|
||||
MAKEINFO = makeinfo --force
|
||||
INFO_TARGETS = ../info/emacs ../info/emacs-xtra ../info/ccmode ../info/cl \
|
||||
../info/dired-x ../info/ediff ../info/forms ../info/gnus \
|
||||
../info/message ../info/sieve ../info/pgg ../info/emacs-mime \
|
||||
|
|
|
|||
Loading…
Reference in a new issue