Mercurial > emacs
comparison msdos/mainmake.v2 @ 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 | f6de88174ac6 |
children | dc97fcf1ed7e |
comparison
equal
deleted
inserted
replaced
99768:8d3e65bf2d1c | 99769:0ebd96f38e3b |
---|---|
75 | 75 |
76 # Subdirectories to run Make. `lisp' is not included because the | 76 # Subdirectories to run Make. `lisp' is not included because the |
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. |
80 all: lib-src src emacs lispref lispintro | 80 all: lib-src src emacs misc lispref lispintro |
81 | 81 |
82 lib-src: FRC | 82 lib-src: FRC |
83 cd lib-src | 83 cd lib-src |
84 $(MAKE) top_srcdir=${top_srcdir} version=${version} | 84 $(MAKE) top_srcdir=${top_srcdir} version=${version} |
85 cd .. | 85 cd .. |
109 cd .. | 109 cd .. |
110 if exist src\bootlisp redir $(MAKE) -C lisp top_srcdir=${top_srcdir} | 110 if exist src\bootlisp redir $(MAKE) -C lisp top_srcdir=${top_srcdir} |
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 |
114 info: emacs lispref lispintro | 114 info: emacs misc lispref lispintro |
115 | 115 |
116 emacs lispref lispintro: FRC | 116 emacs 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 ../.. |
120 | 120 |
121 install: all | 121 install: all |