summaryrefslogtreecommitdiff
path: root/nt/makefile.w32-in
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-04-11 07:16:13 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-04-11 07:16:13 +0000
commitdc7285149fc641e3f171c478945aefa499864d2a (patch)
treeba8145f9da87b4c9898f0f5bef7887c2331d56cc /nt/makefile.w32-in
parentdcec69ee9923ea6cc6ac8ab9b5e9a0b9224c2571 (diff)
(bootstrap-nmake, bootstrap-gmake): Make DOC after compiling .el files.
Diffstat (limited to 'nt/makefile.w32-in')
-rw-r--r--nt/makefile.w32-in7
1 files changed, 5 insertions, 2 deletions
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in
index 47787bae09e..a74cfcc7efd 100644
--- a/nt/makefile.w32-in
+++ b/nt/makefile.w32-in
@@ -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)