summaryrefslogtreecommitdiffstats
path: root/man/blogcfile.5.ronn
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2024-06-02 00:01:35 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2024-06-02 00:01:35 +0200
commit3f82948f4f9fb9d3e1332f306e36c317c67f5575 (patch)
treec912501433a7a369ca7cf09cc060c0c4a98c28a7 /man/blogcfile.5.ronn
parent202bf3c23141f8efb4b154d72400c822b4726007 (diff)
downloadblogc-3f82948f4f9fb9d3e1332f306e36c317c67f5575.tar.gz
blogc-3f82948f4f9fb9d3e1332f306e36c317c67f5575.tar.bz2
blogc-3f82948f4f9fb9d3e1332f306e36c317c67f5575.zip
make: added setting to allow enforcing to run from make
Diffstat (limited to 'man/blogcfile.5.ronn')
-rw-r--r--man/blogcfile.5.ronn8
1 files changed, 7 insertions, 1 deletions
diff --git a/man/blogcfile.5.ronn b/man/blogcfile.5.ronn
index 7feb964..669086b 100644
--- a/man/blogcfile.5.ronn
+++ b/man/blogcfile.5.ronn
@@ -125,6 +125,12 @@ however these rules can be customized with the following settings, from the
in the `[posts]` section, in descending order. This setting is compatible with
`html_order` and `atom_order` settings, to control the order of the posts.
+ * `run_from_make` (default: `false`):
+ If true, enforces blogc-make(1) to check if it is running as a make(1) subprocess,
+ and exit with an error otherwise. This is useful when blogc-make(1) is called by
+ make(1) as part of a larger build infrastructure, and calling blogc-make(1) directly
+ could cause errors due to some generated dependencies missing.
+
* `source_ext` (default: `.txt`):
The extension of the source files.
@@ -209,4 +215,4 @@ Rafael G. Martins &lt;<rafael@rafaelmartins.eng.br>&gt;
## SEE ALSO
-blogc(1), blogc-make(1), blogc-template(7) strftime(3)
+blogc(1), blogc-make(1), make(1), blogc-template(7), strftime(3)