summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-09-06 07:19:48 +0000
committerGlenn Morris <rgm@gnu.org>2007-09-06 07:19:48 +0000
commitd038b84d6c22f2270b3964ea40818129b138c025 (patch)
treeb708ab242f45f2089ab5f513063c898fb0454d4c /nt
parent4f4497251d6ac69e71f86eb61cfd14c0a8ccf47b (diff)
downloademacs-d038b84d6c22f2270b3964ea40818129b138c025.tar.gz
(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.
Diffstat (limited to 'nt')
-rw-r--r--nt/makefile.w32-in25
1 files changed, 15 insertions, 10 deletions
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in
index 05e9a665879..155f201aa1e 100644
--- a/nt/makefile.w32-in
+++ b/nt/makefile.w32-in
@@ -232,23 +232,26 @@ install-other-dirs-gmake:
$(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 ..\lispref
+ cd ..\doc\misc
$(MAKE) $(MFLAGS) info
- cd ..\lispintro
+ cd ..\doc\lispref
+ $(MAKE) $(MFLAGS) info
+ 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 @@ clean-other-dirs-nmake:
$(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