changeset 59150:dc9f687acb18

(MAKEINFO): Specify --force.
author Richard M. Stallman <rms@gnu.org>
date Mon, 27 Dec 2004 19:56:34 +0000
parents 9ce00b372735
children d6abda0a027b
files man/Makefile.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/man/Makefile.in	Mon Dec 27 19:55:14 2004 +0000
+++ b/man/Makefile.in	Mon Dec 27 19:56:34 2004 +0000
@@ -31,7 +31,8 @@
 
 
 # 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 \