aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDave Smith <[email protected]>2011-10-24 07:44:19 -0600
committerDave Smith <[email protected]>2011-10-24 07:44:19 -0600
commit4ec6511e73da53bb8938340eecb0b64590448960 (patch)
tree510f8f667be3b5f9e52ed2c7527e76a168a3c31e /README.md
parentba3390f05910894e3684c37e5e4b81b174bc40d3 (diff)
downloadkerl-4ec6511e73da53bb8938340eecb0b64590448960.tar.gz
kerl-4ec6511e73da53bb8938340eecb0b64590448960.tar.bz2
kerl-4ec6511e73da53bb8938340eecb0b64590448960.zip
Adding docs for KERL_INSTALL_HTMLDOCS
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9562747..e8c9815 100644
--- a/README.md
+++ b/README.md
@@ -182,6 +182,7 @@ You can set the following variables:
- KERL_SASL_STARTUP use SASL system startup instead of minimal
- KERL_USE_AUTOCONF use autoconf in the builds process
- KERL_INSTALL_MANPAGES if non-empty will install manpages
+- KERL_INSTALL_HTMLDOCS if non-empty will install HTML docs
Glossary
========
@@ -262,6 +263,11 @@ You can have SASL started automatically setting KERL_SASL_STARTUP=yes in your $H
You can have manpages installed automatically setting KERL_INSTALL_MANPAGES=yes in your $HOME/.kerlrc file or prepending it to the command line
+#### HTML docs installation
+
+You can have HTML docs installed automatically setting KERL_INSTALL_HTMLDOCS=yes in your $HOME/.kerlrc file or prepending it to the command line
+
+
update
------