/[emacs]/emacs/nt/makefile.w32-in
ViewVC logotype

Diff of /emacs/nt/makefile.w32-in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by miles, Tue Sep 2 19:14:00 2003 UTC revision 1.19 by jasonr, Wed Sep 3 23:05:32 2003 UTC
# Line 214  install-other-dirs-gmake: Line 214  install-other-dirs-gmake:
214          $(MAKE) $(MFLAGS) -C ../lisp install          $(MAKE) $(MFLAGS) -C ../lisp install
215          $(MAKE) $(MFLAGS) -C ../leim install          $(MAKE) $(MFLAGS) -C ../leim install
216    
217    force-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.
221    info: force-info
222            (cd ..\man && $(MAKE) $(MFLAGS) info)
223            (cd ..\lispref && $(MAKE) $(MFLAGS) info)
224            (cd ..\lispintro && $(MAKE) $(MFLAGS) info)
225    
226  #  #
227  # Maintenance  # Maintenance
228  #  #
# Line 229  clean-other-dirs-nmake: Line 238  clean-other-dirs-nmake:
238          $(MAKE) $(MFLAGS) clean          $(MAKE) $(MFLAGS) clean
239          cd ..\lisp          cd ..\lisp
240          $(MAKE) $(MFLAGS) clean          $(MAKE) $(MFLAGS) clean
241            cd ..\lispintro
242            $(MAKE) $(MFLAGS) clean
243            cd ..\lispref
244            $(MAKE) $(MFLAGS) clean
245          cd ..\leim          cd ..\leim
246          $(MAKE) $(MFLAGS) clean          $(MAKE) $(MFLAGS) clean
247            cd ..\man
248            $(MAKE) $(MFLAGS) clean
249          cd ..\nt          cd ..\nt
250    
251  clean-other-dirs-gmake:  clean-other-dirs-gmake:

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26