aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYurii Rashkovskii <[email protected]>2011-08-30 02:50:57 -0700
committerYurii Rashkovskii <[email protected]>2011-08-30 02:50:57 -0700
commit5a69a5a707e119d20473a3642be997862618691a (patch)
treea9526595f9717c3bf358885f71a9a7a86d567c97 /README.md
parent3d835cf703ee4feef47c5b3175662e81ba703c9d (diff)
parent56b67f5a1a9812c0a0007f9eb5acd692ac3c1a40 (diff)
downloadkerl-5a69a5a707e119d20473a3642be997862618691a.tar.gz
kerl-5a69a5a707e119d20473a3642be997862618691a.tar.bz2
kerl-5a69a5a707e119d20473a3642be997862618691a.zip
Merge pull request #8 from nox/install-manpages
Add automatic manpages installation
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index eb69397..d8688f5 100644
--- a/README.md
+++ b/README.md
@@ -180,6 +180,7 @@ You can set the following variables:
- KERL_AGNER_AUTOINSTALL a list of packages to pre-install
- 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
Glossary
========
@@ -256,6 +257,10 @@ You can auto-install agner packages listing them in the KERL_AGNER_AUTOINSTALL v
You can have SASL started automatically setting KERL_SASL_STARTUP=yes in your $HOME/.kerlrc file or prepending it to the command line
+#### Manpages installation
+
+You can have manpages installed automatically setting KERL_INSTALL_MANPAGES=yes in your $HOME/.kerlrc file or prepending it to the command line
+
update
------