aboutsummaryrefslogtreecommitdiff
path: root/doc/asciidoc/Makefile
diff options
context:
space:
mode:
authorJim Ramsay <i.am@jimramsay.com>2009-02-10 14:00:11 (GMT)
committerJim Ramsay <i.am@jimramsay.com>2009-05-26 20:14:01 (GMT)
commit56e393a71c9b5da57e615af64fd7cd3011da31e7 (patch)
tree5ef3bd2b87840739bef33e29fcfdccc84fd0d46f /doc/asciidoc/Makefile
parent49ec77449f219df4950a45902a1273d5e50030f6 (diff)
downloadfluxbox-56e393a71c9b5da57e615af64fd7cd3011da31e7.zip
fluxbox-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/Makefile7
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
5SRC1 = fluxbox.txt fluxstyle.txt fluxbox-keys.txt fluxbox-remote.txt 5SRC1 = fluxbox.txt fluxstyle.txt fluxbox-keys.txt fluxbox-remote.txt
6SRC5 = fluxbox-keys.txt 6SRC5 = fluxbox-keys.txt fluxbox-apps.txt
7 7
8MAN = $(SRC1:.txt=.1) $(SRC5:.txt=.5) 8MAN = $(SRC1:.txt=.1) $(SRC5:.txt=.5)
9 9
10all : $(MAN) 10all : $(MAN)
11
11clean: 12clean:
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
27fluxbox-keys.5 fluxbox-apps.5: client-patterns.txt