aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2003-09-03 23:05:32 +0000
committerJason Rumney2003-09-03 23:05:32 +0000
commitfd1f2f1e99d4e5aaded56c1770da53fe98bcdc40 (patch)
tree8158f7532d02963d06773b0d3860990382b13003
parente65be2d5369a31a598a37306ee6e43eafa6c16c5 (diff)
downloademacs-fd1f2f1e99d4e5aaded56c1770da53fe98bcdc40.tar.gz
emacs-fd1f2f1e99d4e5aaded56c1770da53fe98bcdc40.zip
(force-info, info): New targets.
-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:
214 $(MAKE) $(MFLAGS) -C ../lisp install 214 $(MAKE) $(MFLAGS) -C ../lisp install
215 $(MAKE) $(MFLAGS) -C ../leim install 215 $(MAKE) $(MFLAGS) -C ../leim install
216 216
217force-info:
218# Note that man/makefile knows how to
219# put the info files in $(infodir),
220# so we can do ok running make in the build dir.
221info: force-info
222 (cd ..\man && $(MAKE) $(MFLAGS) info)
223 (cd ..\lispref && $(MAKE) $(MFLAGS) info)
224 (cd ..\lispintro && $(MAKE) $(MFLAGS) info)
225
217# 226#
218# Maintenance 227# Maintenance
219# 228#
@@ -229,8 +238,14 @@ clean-other-dirs-nmake:
229 $(MAKE) $(MFLAGS) clean 238 $(MAKE) $(MFLAGS) clean
230 cd ..\lisp 239 cd ..\lisp
231 $(MAKE) $(MFLAGS) clean 240 $(MAKE) $(MFLAGS) clean
241 cd ..\lispintro
242 $(MAKE) $(MFLAGS) clean
243 cd ..\lispref
244 $(MAKE) $(MFLAGS) clean
232 cd ..\leim 245 cd ..\leim
233 $(MAKE) $(MFLAGS) clean 246 $(MAKE) $(MFLAGS) clean
247 cd ..\man
248 $(MAKE) $(MFLAGS) clean
234 cd ..\nt 249 cd ..\nt
235 250
236clean-other-dirs-gmake: 251clean-other-dirs-gmake: