# HG changeset patch # User Chong Yidong # Date 1169136096 0 # Node ID f0bdf116bcc0ad17c5cc28a2b9e12b0e399f5345 # Parent ccd60d9094299452cba7466c0e4f66988298e6a0 Move PATH_DOC from local/info to local/share/info. diff -r ccd60d909429 -r f0bdf116bcc0 src/epaths.in --- a/src/epaths.in Thu Jan 18 16:01:23 2007 +0000 +++ b/src/epaths.in Thu Jan 18 16:01:36 2007 +0000 @@ -52,7 +52,7 @@ /* 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"