# HG changeset patch # User Luke Schierer # Date 1067554992 0 # Node ID 86933f4e7fb8ca9976e67693900cedb18049a813 # Parent 414c701ef1ff6729320cb40fe2f312eec2d18005 [gaim-migrate @ 7982] "I prepared a small patch for Gaim's manual page. The patch makes Gaim's installation path variable (depending on "./configure --prefix=/my/path"). Without this patch, "man gaim" always gives you the default path: FILES /usr/local/bin/gaim: gaim's default location. /usr/local/lib/gaim/: gaim's plugins directory. ~/.gaim/prefs.xml: gaim's configuration file. ... With my patch, the manual page gives my real patch, for instance: FILES /opt/gnome/bin/gaim: gaim's location. /opt/gnome/lib/gaim/: gaim's plugins directory. ~/.gaim/prefs.xml: gaim's configuration file.' --Bjoern Voigt committer: Tailor Script diff -r 414c701ef1ff -r 86933f4e7fb8 doc/gaim.1.in --- a/doc/gaim.1.in Thu Oct 30 22:27:36 2003 +0000 +++ b/doc/gaim.1.in Thu Oct 30 23:03:12 2003 +0000 @@ -357,9 +357,9 @@ \fBGaim\fR allows for perl scripting. See \fIPerl Scripting HOWTO\fR in the Gaim documentation for more information about perl scripting. .SH FILES -\fI/usr/local/bin/gaim\fR: \fBgaim\fR's default location. +\fI@prefix@/bin/gaim\fR: \fBgaim\fR's location. .br -\fI/usr/local/lib/gaim/\fR: \fBgaim\fR's plugins directory. +\fI@prefix@/lib/gaim/\fR: \fBgaim\fR's plugins directory. .br \fI~/.gaim/prefs.xml\fR: \fBgaim\fR's configuration file. .br