aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJoseph Wayne Norton <[email protected]>2013-01-25 10:33:45 +0900
committerJoseph Wayne Norton <[email protected]>2013-01-31 09:01:47 +0900
commit29de199f17891c2c8a5dd4d3b90b32f29697da60 (patch)
treec50c9ffa5f793194336336c7efc1c3d42d4d8f99 /README.md
parent5c1fb7090e02ae46ea7317ba7044ab10f2bd8671 (diff)
downloadkerl-29de199f17891c2c8a5dd4d3b90b32f29697da60.tar.gz
kerl-29de199f17891c2c8a5dd4d3b90b32f29697da60.tar.bz2
kerl-29de199f17891c2c8a5dd4d3b90b32f29697da60.zip
Simplify and improve the recipe for git-based builds
Modify the git-based recipe to simply mirror the remote git repository. If enabled by configuration, download and install the newest official manpages and/or HTML docs as opposed to not installing any documentation for git-based builds. To save disk space and to simplify git operations, the repository format of the local otp repository has been changed to bare format. If caller has previously used the git-based build feature, caller should execute "kerl cleanup all" once to remove any old local otp repositories.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 636c6f6..dbd4ee9 100644
--- a/README.md
+++ b/README.md
@@ -237,10 +237,14 @@ 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
+*Note*: for git-based builds, kerl downloads and installs the newest official manpages which may or may not correspond to the contents of your local build.
+
#### 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
+*Note*: for git-based builds, kerl downloads and installs the newest official HTML docs which may or may not correspond to the contents of your local build.
+
deploy
------