diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2009-02-25 08:31:16 -0500 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2009-02-25 08:31:16 -0500 |
commit | 8a7ae36c691b44efdc1d0935535e850cc3ffc8d7 (patch) | |
tree | 37177e6be31e69978e175a336e501beb19724e47 /docs/usermanual/README | |
parent | cdbe198009d0b73bca24ae7aada4401ae2f0b630 (diff) | |
parent | 98238944c784e673cab4691a861f3d9fa61f85a4 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'docs/usermanual/README')
-rw-r--r-- | docs/usermanual/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/usermanual/README b/docs/usermanual/README new file mode 100644 index 0000000000..f2aecf8a6e --- /dev/null +++ b/docs/usermanual/README @@ -0,0 +1,18 @@ +To generate the user-manual, run: + + make <type> + +in this directory, where type is one of: + + xhtml + html + dvi + pdf + ps + rtf + tex + texi + txt + +For html and xhtml you need xsltproc installed. +For the other you need docbook-utils installed. |