(misc): New target.
(all, info): Depend on `misc'.
This commit is contained in:
parent
22a7462d96
commit
0c123bd12e
2 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 ../..
|
||||
|
|
Loading…
Add table
Reference in a new issue