diff options
author | Eli Zaretskii <eliz@gnu.org> | 2008-11-21 15:55:58 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2008-11-21 15:55:58 +0000 |
commit | 0c123bd12e237c7cca813ef6d3574456ffeee133 (patch) | |
tree | 810ab8da6e4e4a3020ec4e168a6a04be2a7b1311 /msdos | |
parent | 22a7462d963effa724df3239253cfa73126932da (diff) | |
download | emacs-0c123bd12e237c7cca813ef6d3574456ffeee133.tar.gz |
(misc): New target.
(all, info): Depend on `misc'.
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/ChangeLog | 5 | ||||
-rw-r--r-- | msdos/mainmake.v2 | 6 |
2 files changed, 8 insertions, 3 deletions
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 <eliz@gnu.org> + + * mainmake.v2 (misc): New target. + (all, info): Depend on `misc'. + 2008-11-15 Eli Zaretskii <eliz@gnu.org> * 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 ../.. |