diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-11-19 00:32:14 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-11-19 00:32:14 +0100 |
commit | 822bea30b5574697ac43991866fb3f379e323375 (patch) | |
tree | 2de6c5056da5acc8ae7963d0f352ab92816622f7 /man/blogc-git-receiver.1.ronn | |
parent | 01ef7885df38b8ea92c3a0c4cd562ff45bb383c8 (diff) | |
download | blogc-822bea30b5574697ac43991866fb3f379e323375.tar.gz blogc-822bea30b5574697ac43991866fb3f379e323375.tar.bz2 blogc-822bea30b5574697ac43991866fb3f379e323375.zip |
man: git-receiver: add blogc-make to man
Diffstat (limited to 'man/blogc-git-receiver.1.ronn')
-rw-r--r-- | man/blogc-git-receiver.1.ronn | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/man/blogc-git-receiver.1.ronn b/man/blogc-git-receiver.1.ronn index d5f695f..355aa75 100644 --- a/man/blogc-git-receiver.1.ronn +++ b/man/blogc-git-receiver.1.ronn @@ -12,13 +12,13 @@ When used as a login shell, it will accept git payloads, creating bare repositor as needed, and installing a hook, that will take care of rebuilding the website each time someone push something to the `master` branch. -The git repository must provide a `Makefile` (or a `GNUMakefile`), that should -accept the `OUTPUT_DIR` variable, and install built files in the directory pointed -by this variable. +The git repository must provide a blogcfile(5) (if blogc-make(1) is installed), or +a `Makefile` (or a `GNUMakefile`) that should accept the `OUTPUT_DIR` variable, and +install built files into the directory pointed out by this variable. -`blogc-git-receiver` is part of `blogc` project, but isn't tied to blogc(1). Any -repository with `Makefile` that builds content and install it to `OUTPUT_DIR` -should works with `blogc-git-receiver`. +`blogc-git-receiver` is part of `blogc` project, but isn't tied to blogc(1) or +blogc-make(1). Any repository with `Makefile` that builds content and install it to +`OUTPUT_DIR` should work with `blogc-git-receiver`. ## SETUP @@ -150,7 +150,8 @@ your mirror repository. `blogc-git-receiver` will export an environment variable called `BLOGC_GIT_RECEIVER` when calling `gmake` to build websites. This variable can be used to enable building of content that should only be built when running in production environment, for -example. +example. This variable will not be added when using blogc-make(1), whose builds are +always considered to be "production" (blogc-make(1) is never called with `-D`). ## BUGS @@ -162,4 +163,4 @@ Rafael G. Martins <<rafael@rafaelmartins.eng.br>> ## SEE ALSO -blogc(1), git(7), chsh(1), su(1), make(1) +blogc(1), git(1), git-shell(1), chsh(1), su(1), make(1) |