diff options
author | Slava Semushin <php-coder@altlinux.ru> | 2008-02-06 17:48:20 (GMT) |
---|---|---|
committer | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-05-07 06:01:38 (GMT) |
commit | a9ae7533e88dce8a05e5b3b059a85c43e811ac90 (patch) | |
tree | 9ef75422eb7191880b11adecf299a0f0f9897197 /doc/asciidoc/fluxstyle.txt | |
parent | 4d0dba57f0500bc71cbb408d2272dc832ff566f1 (diff) | |
download | fluxbox-a9ae7533e88dce8a05e5b3b059a85c43e811ac90.zip fluxbox-a9ae7533e88dce8a05e5b3b059a85c43e811ac90.tar.bz2 |
fluxstyle.1: fixed typo which prevent substitution for path to styles directory.
In doc/Makefile.am replaces @pkgdatadir@ string, not @pkg_datadir@.
Signed-off-by: Slava Semushin <php-coder@altlinux.ru>
Diffstat (limited to 'doc/asciidoc/fluxstyle.txt')
-rw-r--r-- | doc/asciidoc/fluxstyle.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/asciidoc/fluxstyle.txt b/doc/asciidoc/fluxstyle.txt index d17112e..9f70719 100644 --- a/doc/asciidoc/fluxstyle.txt +++ b/doc/asciidoc/fluxstyle.txt | |||
@@ -60,7 +60,7 @@ LOCATION | |||
60 | -------- | 60 | -------- |
61 | There are many places to store your styles, the most common is in your | 61 | There are many places to store your styles, the most common is in your |
62 | '~/.fluxbox/styles' directory. The initial installation will place the default | 62 | '~/.fluxbox/styles' directory. The initial installation will place the default |
63 | styles in '@pkg_datadir@/styles' providing a basic usable configuration. | 63 | styles in '@pkgdatadir@/styles' providing a basic usable configuration. |
64 | 64 | ||
65 | When creating your own style, create a directory (normally the name of your | 65 | When creating your own style, create a directory (normally the name of your |
66 | style) in '~/.fluxbox/styles/' (If the 'styles' directory doesn't exist, | 66 | style) in '~/.fluxbox/styles/' (If the 'styles' directory doesn't exist, |