diff options
-rw-r--r-- | doc/Makefile.am | 7 | ||||
-rw-r--r-- | doc/fluxstyle.1.in (renamed from doc/fluxstyle.1) | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index f8056ea..13d3c3b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am | |||
@@ -2,14 +2,17 @@ | |||
2 | # Makefile.am for fluxbox/doc | 2 | # Makefile.am for fluxbox/doc |
3 | 3 | ||
4 | SUBDIRS = ru | 4 | SUBDIRS = ru |
5 | CLEANFILES = fluxbox.1 | 5 | CLEANFILES = fluxbox.1 fluxstyle.1 |
6 | MAINTAINERCLEANFILES = Makefile.in | 6 | MAINTAINERCLEANFILES = Makefile.in |
7 | man_MANS = fluxbox.1 bsetroot.1 fbrun.1 fbsetbg.1 \ | 7 | man_MANS = fluxbox.1 bsetroot.1 fbrun.1 fbsetbg.1 \ |
8 | startfluxbox.1 fluxstyle.1 fbrun.1 | 8 | startfluxbox.1 fluxstyle.1 fbrun.1 |
9 | EXTRA_DIST=fluxbox.1.in bsetroot.1 fbrun.1 startfluxbox.1 fbsetbg.1 \ | 9 | EXTRA_DIST=fluxbox.1.in bsetroot.1 fbrun.1 startfluxbox.1 fbsetbg.1 \ |
10 | fluxstyle.1 Coding_style | 10 | fluxstyle.1.in Coding_style |
11 | distclean-local: | 11 | distclean-local: |
12 | rm -f *\~ | 12 | rm -f *\~ |
13 | 13 | ||
14 | fluxbox.1: fluxbox.1.in | 14 | fluxbox.1: fluxbox.1.in |
15 | @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," $(srcdir)/fluxbox.1.in > fluxbox.1 | 15 | @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," $(srcdir)/fluxbox.1.in > fluxbox.1 |
16 | |||
17 | fluxstyle.1: fluxstyle.1.in | ||
18 | @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," $(srcdir)/fluxstyle.1.in > fluxstyle.1 | ||
diff --git a/doc/fluxstyle.1 b/doc/fluxstyle.1.in index ede3946..d0c7f33 100644 --- a/doc/fluxstyle.1 +++ b/doc/fluxstyle.1.in | |||
@@ -55,7 +55,7 @@ The default installation of Fluxbox is shipped with many classic styles that | |||
55 | show the customization of current Fluxbox versions. They are usually located in | 55 | show the customization of current Fluxbox versions. They are usually located in |
56 | .IR ~/.fluxbox/styles | 56 | .IR ~/.fluxbox/styles |
57 | and in the global Fluxbox share directory | 57 | and in the global Fluxbox share directory |
58 | .IR /usr/local/share/fluxbox/styles | 58 | .IR @pkgdatadir@/styles |
59 | which may vary depending on the method of installation used. To use one of | 59 | which may vary depending on the method of installation used. To use one of |
60 | the styles shipped with Fluxbox, look in your root menu under the configure | 60 | the styles shipped with Fluxbox, look in your root menu under the configure |
61 | part of the menu for 'System Styles'. | 61 | part of the menu for 'System Styles'. |
@@ -99,7 +99,7 @@ We'll cover quickly where styles can be found and placed after you create your o | |||
99 | There are a number of default styles that come with the installation, while we have already | 99 | There are a number of default styles that come with the installation, while we have already |
100 | covered this, we will again just provide a central location for all style locations. These | 100 | covered this, we will again just provide a central location for all style locations. These |
101 | default styles are located in | 101 | default styles are located in |
102 | .IR /usr/local/share/fluxbox/styles | 102 | .IR @pkgdatadir@/styles |
103 | providing a default configureation at installation. | 103 | providing a default configureation at installation. |
104 | .PP | 104 | .PP |
105 | Once you create your own, you can create a directory in | 105 | Once you create your own, you can create a directory in |