summaryrefslogtreecommitdiff
path: root/nt/makefile.w32-in
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2003-09-03 23:05:32 +0000
committerJason Rumney <jasonr@gnu.org>2003-09-03 23:05:32 +0000
commitfd1f2f1e99d4e5aaded56c1770da53fe98bcdc40 (patch)
tree8158f7532d02963d06773b0d3860990382b13003 /nt/makefile.w32-in
parente65be2d5369a31a598a37306ee6e43eafa6c16c5 (diff)
downloademacs-fd1f2f1e99d4e5aaded56c1770da53fe98bcdc40.tar.gz
(force-info, info): New targets.
Diffstat (limited to 'nt/makefile.w32-in')
-rw-r--r--nt/makefile.w32-in15
1 files changed, 15 insertions, 0 deletions
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in
index 151be725258..1f1acccb6f0 100644
--- a/nt/makefile.w32-in
+++ b/nt/makefile.w32-in
@@ -214,6 +214,15 @@ install-other-dirs-gmake:
$(MAKE) $(MFLAGS) -C ../lisp install
$(MAKE) $(MFLAGS) -C ../leim install
+force-info:
+# Note that man/makefile knows how to
+# put the info files in $(infodir),
+# so we can do ok running make in the build dir.
+info: force-info
+ (cd ..\man && $(MAKE) $(MFLAGS) info)
+ (cd ..\lispref && $(MAKE) $(MFLAGS) info)
+ (cd ..\lispintro && $(MAKE) $(MFLAGS) info)
+
#
# Maintenance
#
@@ -229,8 +238,14 @@ clean-other-dirs-nmake:
$(MAKE) $(MFLAGS) clean
cd ..\lisp
$(MAKE) $(MFLAGS) clean
+ cd ..\lispintro
+ $(MAKE) $(MFLAGS) clean
+ cd ..\lispref
+ $(MAKE) $(MFLAGS) clean
cd ..\leim
$(MAKE) $(MFLAGS) clean
+ cd ..\man
+ $(MAKE) $(MFLAGS) clean
cd ..\nt
clean-other-dirs-gmake: