Mercurial > emacs
changeset 85484:fa12b4a2709e
(info-nmake): Change into correct directories.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 20 Oct 2007 13:03:36 +0000 |
parents | 723d50c1517e |
children | f45cf2463423 |
files | nt/makefile.w32-in |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/makefile.w32-in Sat Oct 20 12:28:52 2007 +0000 +++ b/nt/makefile.w32-in Sat Oct 20 13:03:36 2007 +0000 @@ -242,12 +242,13 @@ info-nmake: cd ..\doc\emacs $(MAKE) $(MFLAGS) info - cd ..\doc\misc + cd ..\misc + $(MAKE) $(MFLAGS) info + cd ..\lispref $(MAKE) $(MFLAGS) info - cd ..\doc\lispref + cd ..\lispintro $(MAKE) $(MFLAGS) info - cd ..\doc\lispintro - $(MAKE) $(MFLAGS) info + cd $(MAKEDIR) info-gmake: $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/emacs info