diff options
| author | Chong Yidong | 2007-01-18 16:01:36 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-01-18 16:01:36 +0000 |
| commit | 59f763e7e74ae0e30bebd554d17256b1bfc0c59b (patch) | |
| tree | 1dab2b8e9032299096652cd3ed1fc39258f85d14 /src | |
| parent | 4a75434ad7703084cfeafd8cd41c242a51d53d56 (diff) | |
| download | emacs-59f763e7e74ae0e30bebd554d17256b1bfc0c59b.tar.gz emacs-59f763e7e74ae0e30bebd554d17256b1bfc0c59b.zip | |
Move PATH_DOC from local/info to local/share/info.
Diffstat (limited to 'src')
| -rw-r--r-- | src/epaths.in | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ | |||
| 52 | /* Where the configuration process believes the info tree lives. The | 52 | /* Where the configuration process believes the info tree lives. The |
| 53 | lisp variable configure-info-directory gets its value from this | 53 | lisp variable configure-info-directory gets its value from this |
| 54 | macro, and is then used to set the Info-default-directory-list. */ | 54 | macro, and is then used to set the Info-default-directory-list. */ |
| 55 | #define PATH_INFO "/usr/local/info" | 55 | #define PATH_INFO "/usr/local/share/info" |
| 56 | 56 | ||
| 57 | /* Where Emacs should store game score files. */ | 57 | /* Where Emacs should store game score files. */ |
| 58 | #define PATH_GAME "/usr/local/var/games/emacs" | 58 | #define PATH_GAME "/usr/local/var/games/emacs" |