diff options
author | Jim Ramsay <i.am@jimramsay.com> | 2009-02-18 20:59:44 (GMT) |
---|---|---|
committer | Jim Ramsay <i.am@jimramsay.com> | 2009-05-26 20:16:07 (GMT) |
commit | 54ee631cd815006fe918b7fac69e754df8cf06d1 (patch) | |
tree | 9bab7e9b3d3c2b0e699f23bc6571f5f62a808950 /doc/asciidoc/README.txt | |
parent | e1018645da345b6c37d39922dbd1ffc41caa8fe9 (diff) | |
download | fluxbox_pavel-54ee631cd815006fe918b7fac69e754df8cf06d1.zip fluxbox_pavel-54ee631cd815006fe918b7fac69e754df8cf06d1.tar.bz2 |
Added new 'make dist' target for ease in updating the manuals
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 | ||