diff options
Diffstat (limited to 'doc/asciidoc/README.txt')
-rw-r--r-- | doc/asciidoc/README.txt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/asciidoc/README.txt b/doc/asciidoc/README.txt index 7547248..04f0c29 100644 --- a/doc/asciidoc/README.txt +++ b/doc/asciidoc/README.txt | |||
@@ -2,7 +2,18 @@ whats this? this is the attempt to write the documentation for | |||
2 | fluxbox in ascii-doc format. how does it work? | 2 | fluxbox in ascii-doc format. how does it work? |
3 | 3 | ||
4 | well, just edit fluxbox.txt from this directory. save it. | 4 | well, just edit fluxbox.txt from this directory. save it. |
5 | then we can produce pretty much any format we like: | 5 | then we can produce pretty much any format we like: man, pdf, docbook, html, |
6 | etc. | ||
7 | |||
8 | For simplicity the Makefile here is set up to refresh the man pages that will be | ||
9 | installed with fluxbox. Just run 'make dist' in this directory. It requires | ||
10 | that you have a recent asciidoc package installed from | ||
11 | http://www.methods.co.nz/asciidoc/ and xmlto from | ||
12 | https://fedorahosted.org/xmlto/browser. The result will be new fluxbox.1.in | ||
13 | files in the parent directory. These and your altered .txt files should be | ||
14 | checked into git. | ||
15 | |||
16 | Here are the nuts and bolts to create other formats: | ||
6 | 17 | ||
7 | man: | 18 | man: |
8 | 19 | ||