From: Eli Zaretskii Date: Fri, 21 Nov 2008 15:55:58 +0000 (+0000) Subject: (misc): New target. X-Git-Tag: emacs-pretest-23.0.90~1660 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0c123bd12e237c7cca813ef6d3574456ffeee133;p=emacs.git (misc): New target. (all, info): Depend on `misc'. --- diff --git a/msdos/ChangeLog b/msdos/ChangeLog index f29d68affbe..4c7eaf88535 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog @@ -1,3 +1,8 @@ +2008-11-21 Eli Zaretskii + + * mainmake.v2 (misc): New target. + (all, info): Depend on `misc'. + 2008-11-15 Eli Zaretskii * mainmake.v2 (src): Move removal of src/bootlisp after recursing diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 074d20902e7..d53ec97a402 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 @@ -77,7 +77,7 @@ endif # 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 @@ src: FRC 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 ../..