diff options
author | Jim Ramsay <i.am@jimramsay.com> | 2009-02-10 14:00:11 (GMT) |
---|---|---|
committer | Jim Ramsay <i.am@jimramsay.com> | 2009-05-26 20:14:01 (GMT) |
commit | 56e393a71c9b5da57e615af64fd7cd3011da31e7 (patch) | |
tree | 5ef3bd2b87840739bef33e29fcfdccc84fd0d46f /doc/asciidoc/Makefile | |
parent | 49ec77449f219df4950a45902a1273d5e50030f6 (diff) | |
download | fluxbox_pavel-56e393a71c9b5da57e615af64fd7cd3011da31e7.zip fluxbox_pavel-56e393a71c9b5da57e615af64fd7cd3011da31e7.tar.bz2 |
Added fluxbox-apps(5) manpage
This now shares the CLIENT PATTERNS section in common with fluxbox-keys(5), so I
split this out into a client-patterns.txt which is included by both
fluxbox-apps.txt and fluxbox-keys.txt.
Diffstat (limited to 'doc/asciidoc/Makefile')
-rw-r--r-- | doc/asciidoc/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/asciidoc/Makefile b/doc/asciidoc/Makefile index 944c701..e116a23 100644 --- a/doc/asciidoc/Makefile +++ b/doc/asciidoc/Makefile | |||
@@ -3,11 +3,12 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | SRC1 = fluxbox.txt fluxstyle.txt fluxbox-keys.txt fluxbox-remote.txt | 5 | SRC1 = fluxbox.txt fluxstyle.txt fluxbox-keys.txt fluxbox-remote.txt |
6 | SRC5 = fluxbox-keys.txt | 6 | SRC5 = fluxbox-keys.txt fluxbox-apps.txt |
7 | 7 | ||
8 | MAN = $(SRC1:.txt=.1) $(SRC5:.txt=.5) | 8 | MAN = $(SRC1:.txt=.1) $(SRC5:.txt=.5) |
9 | 9 | ||
10 | all : $(MAN) | 10 | all : $(MAN) |
11 | |||
11 | clean: | 12 | clean: |
12 | rm -fv $(MAN) | 13 | rm -fv $(MAN) |
13 | 14 | ||
@@ -20,3 +21,7 @@ clean: | |||
20 | %.5 : %.xml | 21 | %.5 : %.xml |
21 | xmlto man $< | 22 | xmlto man $< |
22 | 23 | ||
24 | # Dependencies: | ||
25 | # | ||
26 | # fluxbox-apps(5) and fluxbox-keys(5) both include client-patterns.txt | ||
27 | fluxbox-keys.5 fluxbox-apps.5: client-patterns.txt | ||