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>
This commit is contained in:
Slava Semushin 2008-02-06 23:48:20 +06:00 committed by Henrik Kinnunen
parent 4d0dba57f0
commit a9ae7533e8
3 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ To understand how the style mechanism works, it is nice to know a little about h
A more complete reference to this can be found in X(7), section \fIRESOURCES\fR. A more complete reference to this can be found in X(7), section \fIRESOURCES\fR.
.sp .sp
.SH "LOCATION" .SH "LOCATION"
There are many places to store your styles, the most common is in your \fI~/.fluxbox/styles\fR directory. The initial installation will place the default styles in \fI@pkg_datadir@/styles\fR providing a basic usable configuration. There are many places to store your styles, the most common is in your \fI~/.fluxbox/styles\fR directory. The initial installation will place the default styles in \fI@pkgdatadir@/styles\fR providing a basic usable configuration.
.sp .sp
When creating your own style, create a directory (normally the name of your style) in \fI~/.fluxbox/styles/\fR (If the \fIstyles\fR directory doesn't exist, create that also). While there isn't an official structure, it is common to create a directory named after your style and place your pixmaps directory (if required) in there along with a file called theme.cfg (may also be named style.cfg). This file is where you will construct your style using the components covered later in this manual page. An example of steps taken when beginning a style project of your own may look like: When creating your own style, create a directory (normally the name of your style) in \fI~/.fluxbox/styles/\fR (If the \fIstyles\fR directory doesn't exist, create that also). While there isn't an official structure, it is common to create a directory named after your style and place your pixmaps directory (if required) in there along with a file called theme.cfg (may also be named style.cfg). This file is where you will construct your style using the components covered later in this manual page. An example of steps taken when beginning a style project of your own may look like:
.sp .sp

View file

@ -60,7 +60,7 @@ LOCATION
-------- --------
There are many places to store your styles, the most common is in your There are many places to store your styles, the most common is in your
'~/.fluxbox/styles' directory. The initial installation will place the default '~/.fluxbox/styles' directory. The initial installation will place the default
styles in '@pkg_datadir@/styles' providing a basic usable configuration. styles in '@pkgdatadir@/styles' providing a basic usable configuration.
When creating your own style, create a directory (normally the name of your When creating your own style, create a directory (normally the name of your
style) in '~/.fluxbox/styles/' (If the 'styles' directory doesn't exist, style) in '~/.fluxbox/styles/' (If the 'styles' directory doesn't exist,

View file

@ -34,7 +34,7 @@ To understand how the style mechanism works, it is nice to know a little about h
A more complete reference to this can be found in X(7), section \fIRESOURCES\fR. A more complete reference to this can be found in X(7), section \fIRESOURCES\fR.
.sp .sp
.SH "LOCATION" .SH "LOCATION"
There are many places to store your styles, the most common is in your \fI~/.fluxbox/styles\fR directory. The initial installation will place the default styles in \fI@pkg_datadir@/styles\fR providing a basic usable configuration. There are many places to store your styles, the most common is in your \fI~/.fluxbox/styles\fR directory. The initial installation will place the default styles in \fI@pkgdatadir@/styles\fR providing a basic usable configuration.
.sp .sp
When creating your own style, create a directory (normally the name of your style) in \fI~/.fluxbox/styles/\fR (If the \fIstyles\fR directory doesn't exist, create that also). While there isn't an official structure, it is common to create a directory named after your style and place your pixmaps directory (if required) in there along with a file called theme.cfg (may also be named style.cfg). This file is where you will construct your style using the components covered later in this manual page. An example of steps taken when beginning a style project of your own may look like: When creating your own style, create a directory (normally the name of your style) in \fI~/.fluxbox/styles/\fR (If the \fIstyles\fR directory doesn't exist, create that also). While there isn't an official structure, it is common to create a directory named after your style and place your pixmaps directory (if required) in there along with a file called theme.cfg (may also be named style.cfg). This file is where you will construct your style using the components covered later in this manual page. An example of steps taken when beginning a style project of your own may look like:
.sp .sp