# HG changeset patch # User nenolod # Date 1178408224 25200 # Node ID dbeef899d16a367f37916e8e96c53317a9ee5997 # Parent 0b3afc8817ffddc4fdfdbd4bac3e914adabd6ec3 [svn] - update manpage for autoconf 2.60 diff -r 0b3afc8817ff -r dbeef899d16a ChangeLog --- a/ChangeLog Sat May 05 16:28:41 2007 -0700 +++ b/ChangeLog Sat May 05 16:37:04 2007 -0700 @@ -1,3 +1,11 @@ +2007-05-05 23:28:41 +0000 William Pitcock + revision [4422] + - i forgot a ! + + trunk/src/audacious/objects.xml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + 2007-05-05 23:28:04 +0000 William Pitcock revision [4420] - fix licensing diff -r 0b3afc8817ff -r dbeef899d16a man/audacious.1.in --- a/man/audacious.1.in Sat May 05 16:28:41 2007 -0700 +++ b/man/audacious.1.in Sat May 05 16:37:04 2007 -0700 @@ -56,7 +56,7 @@ Audacious supports Winamp Classic style skins. Skins may be stored in either archived (\fI.zip\fP, \fI.wsz\fP, \fI.tgz\fP, \fI.tar.gz\fP, or \fI.tar.bz2\fP) or unarchived format. Audacious looks for skinfiles in -@datadir@/audacious/Skins, ~/.audacious/Skins, and locations specified by the +@datarootdir@/audacious/Skins, ~/.audacious/Skins, and locations specified by the \fBSKINSDIR\fP variable. .SH KEYBINDINGS Global keybindings for Audacious: @@ -192,7 +192,7 @@ User's set of Audacious-specific GTK config settings. Options such as widget color and fonts sizes can be set here. .TP -~/.local/share/audacious/Skins, @datadir@/audacious/Skins +~/.local/share/audacious/Skins, @datarootdir@/audacious/Skins Default location(s) where Audacious should look for skinfiles. .TP ~/.local/share/audacious/Plugins diff -r 0b3afc8817ff -r dbeef899d16a src/audacious/build_stamp.c --- a/src/audacious/build_stamp.c Sat May 05 16:28:41 2007 -0700 +++ b/src/audacious/build_stamp.c Sat May 05 16:37:04 2007 -0700 @@ -1,2 +1,2 @@ #include -const gchar *svn_stamp = "20070505-4420"; +const gchar *svn_stamp = "20070505-4422";