aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-11-21 15:55:58 +0000
committerEli Zaretskii2008-11-21 15:55:58 +0000
commit0c123bd12e237c7cca813ef6d3574456ffeee133 (patch)
tree810ab8da6e4e4a3020ec4e168a6a04be2a7b1311
parent22a7462d963effa724df3239253cfa73126932da (diff)
downloademacs-0c123bd12e237c7cca813ef6d3574456ffeee133.tar.gz
emacs-0c123bd12e237c7cca813ef6d3574456ffeee133.zip
(misc): New target.
(all, info): Depend on `misc'.
-rw-r--r--msdos/ChangeLog5
-rw-r--r--msdos/mainmake.v26
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 @@
12008-11-21 Eli Zaretskii <eliz@gnu.org>
2
3 * mainmake.v2 (misc): New target.
4 (all, info): Depend on `misc'.
5
12008-11-15 Eli Zaretskii <eliz@gnu.org> 62008-11-15 Eli Zaretskii <eliz@gnu.org>
2 7
3 * mainmake.v2 (src): Move removal of src/bootlisp after recursing 8 * 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
77# compiled lisp files are part of the distribution. (If we are 77# compiled lisp files are part of the distribution. (If we are
78# bootstrapping, the src target will run Make in `lisp' as well.) 78# bootstrapping, the src target will run Make in `lisp' as well.)
79# leim is not included because it is part of the src target. 79# leim is not included because it is part of the src target.
80all: lib-src src emacs lispref lispintro 80all: lib-src src emacs misc lispref lispintro
81 81
82lib-src: FRC 82lib-src: FRC
83 cd lib-src 83 cd lib-src
@@ -111,9 +111,9 @@ src: FRC
111 rm -f src/bootlisp 111 rm -f src/bootlisp
112 if exist leim\Makefile redir $(MAKE) -C leim top_srcdir=${top_srcdir} 112 if exist leim\Makefile redir $(MAKE) -C leim top_srcdir=${top_srcdir}
113 113
114info: emacs lispref lispintro 114info: emacs misc lispref lispintro
115 115
116emacs lispref lispintro: FRC 116emacs misc lispref lispintro: FRC
117 cd doc/$@ 117 cd doc/$@
118 $(MAKE) top_srcdir=${top_srcdir} info 118 $(MAKE) top_srcdir=${top_srcdir} info
119 cd ../.. 119 cd ../..