Mercurial > emacs
changeset 99769:0ebd96f38e3b
(misc): New target.
(all, info): Depend on `misc'.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 21 Nov 2008 15:55:36 +0000 |
parents | 8d3e65bf2d1c |
children | ead7bc2c9ba3 |
files | msdos/mainmake.v2 |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/msdos/mainmake.v2 Fri Nov 21 14:33:31 2008 +0000 +++ b/msdos/mainmake.v2 Fri Nov 21 15:55:36 2008 +0000 @@ -77,7 +77,7 @@ # compiled lisp files are part of the distribution. (If we are # bootstrapping, the src target will run Make in `lisp' as well.) # leim is not included because it is part of the src target. -all: lib-src src emacs lispref lispintro +all: lib-src src emacs misc lispref lispintro lib-src: FRC cd lib-src @@ -111,9 +111,9 @@ rm -f src/bootlisp if exist leim\Makefile redir $(MAKE) -C leim top_srcdir=${top_srcdir} -info: emacs lispref lispintro +info: emacs misc lispref lispintro -emacs lispref lispintro: FRC +emacs misc lispref lispintro: FRC cd doc/$@ $(MAKE) top_srcdir=${top_srcdir} info cd ../..