aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2017-04-28 00:26:32 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2017-04-28 00:29:21 +0200
commitf3b6c03f21e45edd2220cb6fc996fe4b5fa11bb8 (patch)
tree4561ae8996aa56ef9377974c1faec93a0f344e3c /man
parent434afc5ac1ccf97394c38eaa3b4f5de176fbdce0 (diff)
downloadblogc-f3b6c03f21e45edd2220cb6fc996fe4b5fa11bb8.tar.gz
blogc-f3b6c03f21e45edd2220cb6fc996fe4b5fa11bb8.tar.bz2
blogc-f3b6c03f21e45edd2220cb6fc996fe4b5fa11bb8.zip
make: settings: do not read output_dir from blogcfile
now it is only possible to override output directory using environment variable. this commit also reduces the number trie lookups.
Diffstat (limited to 'man')
-rw-r--r--man/blogc-make.1.ronn3
1 files changed, 1 insertions, 2 deletions
diff --git a/man/blogc-make.1.ronn b/man/blogc-make.1.ronn
index 97ffd1b..6e01974 100644
--- a/man/blogc-make.1.ronn
+++ b/man/blogc-make.1.ronn
@@ -55,8 +55,7 @@ files to the configured output directory.
* `OUTPUT_DIR`:
Path to the directory where `blogc-make` should write (or instruct blogc(1) to
- write) output files. This is usually configured in `blogcfile`, but being able
- to override it with an environment variable is useful for automated builds.
+ write) output files.
Any other environment variables are inherited by blogc(1) and blogc-runserver(1),
when called by `blogc-make`.