# HG changeset patch # User Glenn Morris # Date 1189063188 0 # Node ID cc7fe4bd2348855cadf53d4a7a0acc3d8805ceda # Parent 46f1ffc9e9d072f89ccb2ceb00da27a5776fbc32 (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. diff -r 46f1ffc9e9d0 -r cc7fe4bd2348 nt/makefile.w32-in --- a/nt/makefile.w32-in Thu Sep 06 07:19:34 2007 +0000 +++ b/nt/makefile.w32-in Thu Sep 06 07:19:48 2007 +0000 @@ -232,23 +232,26 @@ $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../leim install force-info: -# Note that man/makefile knows how to +# Note that doc/emacs/makefile knows how to # put the info files in $(infodir), # so we can do ok running make in the build dir. info: force-info info-$(MAKETYPE) info-nmake: - cd ..\man + cd ..\doc\emacs + $(MAKE) $(MFLAGS) info + cd ..\doc\misc $(MAKE) $(MFLAGS) info - cd ..\lispref + cd ..\doc\lispref $(MAKE) $(MFLAGS) info - cd ..\lispintro + cd ..\doc\lispintro $(MAKE) $(MFLAGS) info info-gmake: - $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../man info - $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lispref info - $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lispintro info + $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/emacs info + $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/misc info + $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/lispref info + $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/lispintro info # # Maintenance # @@ -265,13 +268,15 @@ $(MAKE) $(MFLAGS) clean cd ..\lisp $(MAKE) $(MFLAGS) clean - cd ..\lispintro + cd ..\doc\lispintro $(MAKE) $(MFLAGS) clean - cd ..\lispref + cd ..\doc\lispref $(MAKE) $(MFLAGS) clean cd ..\leim $(MAKE) $(MFLAGS) clean - cd ..\man + cd ..\doc\emacs + $(MAKE) $(MFLAGS) clean + cd ..\doc\misc $(MAKE) $(MFLAGS) clean cd ..\nt