diff options
author | fluxgen <fluxgen> | 2004-08-12 10:13:34 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-08-12 10:13:34 (GMT) |
commit | ee8133542e7aace04d0305417c9d24cb44b0d63e (patch) | |
tree | c10823d7c51a4a6e62cc218e084625078cfecae0 /doc/Makefile.am | |
parent | 9a0c97b5417cb2b4921c227c0d26e1ba47101919 (diff) | |
download | fluxbox_pavel-ee8133542e7aace04d0305417c9d24cb44b0d63e.zip fluxbox_pavel-ee8133542e7aace04d0305417c9d24cb44b0d63e.tar.bz2 |
moved fluxstyle.1 to fluxstyle.1.in and using regexp to replace pkgdatadir, patch from php-coder
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 7 |
1 files changed, 5 insertions, 2 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 | ||