comparison nt/makefile.w32-in @ 55337:61fda07994e4

(info-gmake, info-nmake): New targets. (info): Use them.
author Jason Rumney <jasonr@gnu.org>
date Mon, 03 May 2004 13:51:23 +0000
parents 9077e3f7cd49
children 7d801d9fee5a
comparison
equal deleted inserted replaced
55336:33225d8d84ab 55337:61fda07994e4
215 215
216 force-info: 216 force-info:
217 # Note that man/makefile knows how to 217 # Note that man/makefile knows how to
218 # put the info files in $(infodir), 218 # put the info files in $(infodir),
219 # so we can do ok running make in the build dir. 219 # so we can do ok running make in the build dir.
220 info: force-info 220 info: force-info info-$(MAKETYPE)
221 (cd ..\man && $(MAKE) $(MFLAGS) info) 221
222 (cd ..\lispref && $(MAKE) $(MFLAGS) info) 222 info-nmake:
223 (cd ..\lispintro && $(MAKE) $(MFLAGS) info) 223 cd ..\man
224 224 $(MAKE) $(MFLAGS) info
225 cd ..\lispref
226 $(MAKE) $(MFLAGS) info
227 cd ..\lispintro
228 $(MAKE) $(MFLAGS) info
229
230 info-gmake:
231 $(MAKE) $(MFLAGS) -C ../man info
232 $(MAKE) $(MFLAGS) -C ../lispref info
233 $(MAKE) $(MFLAGS) -C ../lispintro info
225 # 234 #
226 # Maintenance 235 # Maintenance
227 # 236 #
228 clean: clean-other-dirs-$(MAKETYPE) 237 clean: clean-other-dirs-$(MAKETYPE)
229 - $(DEL) *~ $(COMPILER_TEMP_FILES) 238 - $(DEL) *~ $(COMPILER_TEMP_FILES)