]> git.eshelyaron.com Git - emacs.git/commitdiff
(MAKEINFO): Specify --force.
authorRichard M. Stallman <rms@gnu.org>
Mon, 27 Dec 2004 19:57:21 +0000 (19:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 27 Dec 2004 19:57:21 +0000 (19:57 +0000)
lispref/Makefile.in
man/Makefile.in

index c0e3b54c95298154d079c8e43dfc644dd0a12b42..770ffd5769a7a78bfec0538b2358e30841321a83 100644 (file)
@@ -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
index b9b309855c9a43afcc9998d9e56712c987023384..03c664190f561b1ddbe5b32eff076592e89f0038 100644 (file)
@@ -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 \