diff options
author | Jason Rumney <jasonr@gnu.org> | 2007-10-20 13:05:54 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2007-10-20 13:05:54 +0000 |
commit | 059d1e666255bc16aae40a981cd7cbed1393af83 (patch) | |
tree | e5ee7a17dc87ed8760f91eb117749d9caee94675 /nt/makefile.w32-in | |
parent | 3a1ebd63a60c3d694cce9528a50d9bf8be5c124d (diff) | |
download | emacs-059d1e666255bc16aae40a981cd7cbed1393af83.tar.gz |
(info-nmake): Change into correct directories.
Diffstat (limited to 'nt/makefile.w32-in')
-rw-r--r-- | nt/makefile.w32-in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 5cb13a79e9a..a792889af24 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -242,12 +242,13 @@ info: force-info info-$(MAKETYPE) info-nmake:
cd ..\doc\emacs
$(MAKE) $(MFLAGS) info
- cd ..\doc\misc
+ cd ..\misc
$(MAKE) $(MFLAGS) info
- cd ..\doc\lispref
+ cd ..\lispref
$(MAKE) $(MFLAGS) info
- cd ..\doc\lispintro
+ cd ..\lispintro
$(MAKE) $(MFLAGS) info
+ cd $(MAKEDIR)
info-gmake:
$(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/emacs info
|