comparison nt/makefile.w32-in @ 84344:cc7fe4bd2348

(info-nmake, info-gmake, clean-other-dirs-nmake): Change from ../man to ../doc/emacs and ../doc/misc; and from ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
author Glenn Morris <rgm@gnu.org>
date Thu, 06 Sep 2007 07:19:48 +0000
parents 06a920d59d43
children d35fe28557ac bdb3fe0ba9fa
comparison
equal deleted inserted replaced
84343:46f1ffc9e9d0 84344:cc7fe4bd2348
230 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../src install 230 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../src install
231 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lisp install 231 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lisp install
232 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../leim install 232 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../leim install
233 233
234 force-info: 234 force-info:
235 # Note that man/makefile knows how to 235 # Note that doc/emacs/makefile knows how to
236 # put the info files in $(infodir), 236 # put the info files in $(infodir),
237 # so we can do ok running make in the build dir. 237 # so we can do ok running make in the build dir.
238 info: force-info info-$(MAKETYPE) 238 info: force-info info-$(MAKETYPE)
239 239
240 info-nmake: 240 info-nmake:
241 cd ..\man 241 cd ..\doc\emacs
242 $(MAKE) $(MFLAGS) info 242 $(MAKE) $(MFLAGS) info
243 cd ..\lispref 243 cd ..\doc\misc
244 $(MAKE) $(MFLAGS) info 244 $(MAKE) $(MFLAGS) info
245 cd ..\lispintro 245 cd ..\doc\lispref
246 $(MAKE) $(MFLAGS) info 246 $(MAKE) $(MFLAGS) info
247 cd ..\doc\lispintro
248 $(MAKE) $(MFLAGS) info
247 249
248 info-gmake: 250 info-gmake:
249 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../man info 251 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/emacs info
250 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lispref info 252 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/misc info
251 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lispintro info 253 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/lispref info
254 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/lispintro info
252 # 255 #
253 # Maintenance 256 # Maintenance
254 # 257 #
255 clean: clean-other-dirs-$(MAKETYPE) 258 clean: clean-other-dirs-$(MAKETYPE)
256 - $(DEL) $(COMPILER_TEMP_FILES) 259 - $(DEL) $(COMPILER_TEMP_FILES)
263 $(MAKE) $(MFLAGS) clean 266 $(MAKE) $(MFLAGS) clean
264 cd ..\src 267 cd ..\src
265 $(MAKE) $(MFLAGS) clean 268 $(MAKE) $(MFLAGS) clean
266 cd ..\lisp 269 cd ..\lisp
267 $(MAKE) $(MFLAGS) clean 270 $(MAKE) $(MFLAGS) clean
268 cd ..\lispintro 271 cd ..\doc\lispintro
269 $(MAKE) $(MFLAGS) clean 272 $(MAKE) $(MFLAGS) clean
270 cd ..\lispref 273 cd ..\doc\lispref
271 $(MAKE) $(MFLAGS) clean 274 $(MAKE) $(MFLAGS) clean
272 cd ..\leim 275 cd ..\leim
273 $(MAKE) $(MFLAGS) clean 276 $(MAKE) $(MFLAGS) clean
274 cd ..\man 277 cd ..\doc\emacs
278 $(MAKE) $(MFLAGS) clean
279 cd ..\doc\misc
275 $(MAKE) $(MFLAGS) clean 280 $(MAKE) $(MFLAGS) clean
276 cd ..\nt 281 cd ..\nt
277 282
278 clean-other-dirs-gmake: 283 clean-other-dirs-gmake:
279 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lib-src clean 284 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lib-src clean