diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-04-28 00:26:32 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-04-28 00:29:21 +0200 |
commit | f3b6c03f21e45edd2220cb6fc996fe4b5fa11bb8 (patch) | |
tree | 4561ae8996aa56ef9377974c1faec93a0f344e3c /src/blogc-make/ctx.h | |
parent | 434afc5ac1ccf97394c38eaa3b4f5de176fbdce0 (diff) | |
download | blogc-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 'src/blogc-make/ctx.h')
-rw-r--r-- | src/blogc-make/ctx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blogc-make/ctx.h b/src/blogc-make/ctx.h index 14e913f..962c029 100644 --- a/src/blogc-make/ctx.h +++ b/src/blogc-make/ctx.h @@ -52,6 +52,7 @@ typedef struct { char *root_dir; char *output_dir; + char *short_output_dir; bm_filectx_t *main_template_fctx; bm_filectx_t *atom_template_fctx; |