Mercurial > emacs
changeset 84278:a63122b82199
(infodir): Go up one more level.
Changes made previously while moving from ../../man:
(INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs manual.
(MULTI_INSTALL_INFO, ENVADD): Go up one more level.
(emacsman): Delete target, not needed any more.
(clean): Remove all info files but Emacs manual.
Move all targets that are not the Emacs manual to misc/Makefile.in.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 06 Sep 2007 04:55:27 +0000 |
parents | 4c63b44179d0 |
children | 6c4faa0e5c01 |
files | doc/emacs/makefile.w32-in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/emacs/makefile.w32-in Thu Sep 06 04:52:10 2007 +0000 +++ b/doc/emacs/makefile.w32-in Thu Sep 06 04:55:27 2007 +0000 @@ -1,4 +1,4 @@ -#### -*- Makefile -*- for the Emacs Manual and other documentation. +#### -*- Makefile -*- for the Emacs Manual # Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @@ -25,7 +25,7 @@ # set by the configure script's `--srcdir' option. srcdir=. -infodir = $(srcdir)/../info +infodir = $(srcdir)/../../info # The makeinfo program is part of the Texinfo distribution. MAKEINFO = makeinfo --force