(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.
This commit is contained in:
parent
5b301240d4
commit
345ef41d8b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue