diff options
author | Jim Ramsay <i.am@jimramsay.com> | 2009-10-14 01:05:49 (GMT) |
---|---|---|
committer | Jim Ramsay <i.am@jimramsay.com> | 2009-10-14 01:05:49 (GMT) |
commit | 839ea523164caecd8c779e60539b78c2a748a81f (patch) | |
tree | 0019d04f27a1a258bc7a900e3cf77b916dca6493 /doc/asciidoc/README.txt | |
parent | 4d3aa646c1d1d1de4fdb31f938f6ea62fd5dd21e (diff) | |
parent | 8def80cec337a986b762cdbb5e2555c6da809353 (diff) | |
download | fluxbox_lack-839ea523164caecd8c779e60539b78c2a748a81f.zip fluxbox_lack-839ea523164caecd8c779e60539b78c2a748a81f.tar.bz2 |
Merge branch 'master' into argbtesting/argbargb
Conflicts:
src/FbTk/FbWindow.cc
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 | ||