]> Dogcows Code - chaz/openbox/commitdiff
properly tell where the config files are
authorDana Jansens <danakj@orodu.net>
Sun, 13 May 2007 20:40:10 +0000 (20:40 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 13 May 2007 20:40:10 +0000 (20:40 +0000)
Makefile.am
doc/openbox.1.sgml

index c4cd977371f4dd10e1b7479d00ee4a46ffa98365..6fb85748bf6def80b348e087bfe68ddd1380989c 100644 (file)
@@ -364,7 +364,7 @@ dist_rc_DATA = \
 
 edit = $(SED) \
        -e 's!@version\@!$(VERSION)!' \
-       -e 's!@confdir\@!$(confdir)!' \
+       -e 's!@configdir\@!$(configdir)!' \
        -e 's!@bindir\@!$(bindir)!'
 
 data/xsession/openbox-gnome-session: Makefile data \
index a8f2fe74554e16cf761775b1faf1e4ecd745db17..b2b4a8363e0875dbb19b39515cbf0ea0ed54c0f1 100644 (file)
@@ -81,7 +81,7 @@ manpage.1: manpage.sgml
     <para>You can use the <command>obconf</command> tool to configure Openbox
       easily with a graphical interface, however more in-depth configuration
       is possible by editing the configuration files by hand. The default
-      configuration file is installed in @confdir@/xdg/openbox/rc.xml, and the
+      configuration file is installed in @configdir@/openbox/rc.xml, and the
       user configuration is placed in ~/.config/openbox/rc.xml. You can copy
       the default configuration to ~/.config/openbox and edit it to your
       liking.</para>
This page took 0.020215 seconds and 4 git commands to generate.