diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2008-08-20 21:03:25 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2008-08-20 21:03:25 (GMT) |
commit | 9dec17611fba493b028fb6664231822a07b3c4c1 (patch) | |
tree | 27aaff10c854e6971ec602a2b4198742d18dc3d3 /doc/asciidoc/Makefile | |
parent | d287e7048b2345606fdf59c188b99a93e6787b30 (diff) | |
download | fluxbox-9dec17611fba493b028fb6664231822a07b3c4c1.zip fluxbox-9dec17611fba493b028fb6664231822a07b3c4c1.tar.bz2 |
split documenation into different directories
Diffstat (limited to 'doc/asciidoc/Makefile')
-rw-r--r-- | doc/asciidoc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/asciidoc/Makefile b/doc/asciidoc/Makefile index 496a7d2..944c701 100644 --- a/doc/asciidoc/Makefile +++ b/doc/asciidoc/Makefile | |||
@@ -2,8 +2,7 @@ | |||
2 | # create manpages from the asciidoc files | 2 | # create manpages from the asciidoc files |
3 | # | 3 | # |
4 | 4 | ||
5 | SRC1 = fluxbox.txt fluxbox.de.txt fluxbox.es.txt \ | 5 | SRC1 = fluxbox.txt fluxstyle.txt fluxbox-keys.txt fluxbox-remote.txt |
6 | fluxstyle.txt fluxbox-keys.txt fluxbox-remote.txt | ||
7 | SRC5 = fluxbox-keys.txt | 6 | SRC5 = fluxbox-keys.txt |
8 | 7 | ||
9 | MAN = $(SRC1:.txt=.1) $(SRC5:.txt=.5) | 8 | MAN = $(SRC1:.txt=.1) $(SRC5:.txt=.5) |