(bootstrap-nmake, bootstrap-gmake): Make DOC after compiling .el files.
This commit is contained in:
parent
dcec69ee99
commit
dc7285149f
2 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-04-10 Juanma Barranquero <lektu@terra.es>
|
||||
|
||||
* makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
|
||||
after compiling .el files.
|
||||
|
||||
2002-03-20 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
|
||||
|
|
|
@ -113,21 +113,24 @@ bootstrap-nmake:
|
|||
cd ..\src
|
||||
$(MAKE) $(MFLAGS) clean
|
||||
cd ..\lib-src
|
||||
$(MAKE) $(MFLAGS) clean DOC
|
||||
$(MAKE) $(MFLAGS) clean
|
||||
cd ..\src
|
||||
$(MAKE) $(MFLAGS) bootstrap
|
||||
$(MAKE) $(MFLAGS) bootstrap-clean
|
||||
cd ..\lisp
|
||||
$(MAKE) $(MFLAGS) bootstrap
|
||||
cd ..\lib-src
|
||||
$(MAKE) $(MFLAGS) DOC
|
||||
cd ..\nt
|
||||
|
||||
bootstrap-gmake:
|
||||
$(MAKE) $(MFLAGS) -C ../lisp bootstrap-clean
|
||||
$(MAKE) $(MFLAGS) -C ../src clean
|
||||
$(MAKE) $(MFLAGS) -C ../lib-src clean DOC
|
||||
$(MAKE) $(MFLAGS) -C ../lib-src clean
|
||||
$(MAKE) $(MFLAGS) -C ../src bootstrap
|
||||
$(MAKE) $(MFLAGS) -C ../src bootstrap-clean
|
||||
$(MAKE) $(MFLAGS) -C ../lisp bootstrap
|
||||
$(MAKE) $(MFLAGS) -C ../lib-src DOC
|
||||
|
||||
bootstrap-clean: bootstrap-clean-$(MAKETYPE)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue