From: Chong Yidong Date: Thu, 18 Jan 2007 16:01:36 +0000 (+0000) Subject: Move PATH_DOC from local/info to local/share/info. X-Git-Tag: emacs-pretest-22.0.93~109 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59f763e7e74ae0e30bebd554d17256b1bfc0c59b;p=emacs.git Move PATH_DOC from local/info to local/share/info. --- diff --git a/src/epaths.in b/src/epaths.in index d494d85139c..b74e33cd8d3 100644 --- a/src/epaths.in +++ b/src/epaths.in @@ -52,7 +52,7 @@ Boston, MA 02110-1301, USA. */ /* Where the configuration process believes the info tree lives. The lisp variable configure-info-directory gets its value from this macro, and is then used to set the Info-default-directory-list. */ -#define PATH_INFO "/usr/local/info" +#define PATH_INFO "/usr/local/share/info" /* Where Emacs should store game score files. */ #define PATH_GAME "/usr/local/var/games/emacs"