diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-12-27 19:57:21 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-12-27 19:57:21 +0000 |
commit | 4a8b387ff9db5f4740dc80b59d2f29f199ce307b (patch) | |
tree | 72e99e75d00ae9caab13a6e5cf696bb47ac7b762 /lispref/Makefile.in | |
parent | 8f4300468bffc68d0ff04aa168333290d4870358 (diff) | |
download | emacs-4a8b387ff9db5f4740dc80b59d2f29f199ce307b.tar.gz |
(MAKEINFO): Specify --force.
Diffstat (limited to 'lispref/Makefile.in')
-rw-r--r-- | lispref/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/Makefile.in b/lispref/Makefile.in index c0e3b54c952..770ffd5769a 100644 --- a/lispref/Makefile.in +++ b/lispref/Makefile.in @@ -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 |