Mercurial > emacs
comparison man/Makefile.in @ 59150:dc9f687acb18
(MAKEINFO): Specify --force.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 27 Dec 2004 19:56:34 +0000 |
parents | 27baac8434ba |
children | 23a17af379b1 95879cc1ed20 |
comparison
equal
deleted
inserted
replaced
59149:9ce00b372735 | 59150:dc9f687acb18 |
---|---|
29 # Tell make where to find source files; this is needed for the makefiles. | 29 # Tell make where to find source files; this is needed for the makefiles. |
30 VPATH=@srcdir@ | 30 VPATH=@srcdir@ |
31 | 31 |
32 | 32 |
33 # The makeinfo program is part of the Texinfo distribution. | 33 # The makeinfo program is part of the Texinfo distribution. |
34 MAKEINFO = makeinfo | 34 # Use --force so that it generates output even if there are errors. |
35 MAKEINFO = makeinfo --force | |
35 INFO_TARGETS = ../info/emacs ../info/emacs-xtra ../info/ccmode ../info/cl \ | 36 INFO_TARGETS = ../info/emacs ../info/emacs-xtra ../info/ccmode ../info/cl \ |
36 ../info/dired-x ../info/ediff ../info/forms ../info/gnus \ | 37 ../info/dired-x ../info/ediff ../info/forms ../info/gnus \ |
37 ../info/message ../info/sieve ../info/pgg ../info/emacs-mime \ | 38 ../info/message ../info/sieve ../info/pgg ../info/emacs-mime \ |
38 ../info/info ../info/mh-e ../info/reftex \ | 39 ../info/info ../info/mh-e ../info/reftex \ |
39 ../info/sc ../info/vip ../info/viper ../info/widget \ | 40 ../info/sc ../info/vip ../info/viper ../info/widget \ |