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 | |
parent | 3a1ebd63a60c3d694cce9528a50d9bf8be5c124d (diff) | |
download | emacs-059d1e666255bc16aae40a981cd7cbed1393af83.tar.gz |
(info-nmake): Change into correct directories.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/ChangeLog | 4 | ||||
-rw-r--r-- | nt/makefile.w32-in | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 5ee99f3825d..7eeb5338b3c 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2007-10-20 Jason Rumney <jasonr@gnu.org> + + * makefile.w32-in (info-nmake): Change into correct directories. + 2007-10-20 Eli Zaretskii <eliz@gnu.org> * configure.bat (docflags, doldflags): New variables. 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
|