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 | |
parent | 01ef7885df38b8ea92c3a0c4cd562ff45bb383c8 (diff) | |
download | blogc-822bea30b5574697ac43991866fb3f379e323375.tar.gz blogc-822bea30b5574697ac43991866fb3f379e323375.tar.bz2 blogc-822bea30b5574697ac43991866fb3f379e323375.zip |
man: git-receiver: add blogc-make to man
-rw-r--r-- | man/blogc-git-receiver.1.ronn | 17 | ||||
-rw-r--r-- | man/index.txt | 13 |
2 files changed, 16 insertions, 14 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) diff --git a/man/index.txt b/man/index.txt index 7491608..a68646a 100644 --- a/man/index.txt +++ b/man/index.txt @@ -9,9 +9,10 @@ blogc-template(7) blogc-template.7.ronn blogc-pagination(7) blogc-pagination.7.ronn # external manuals -make(1) http://man.cx/make(1) -chsh(1) http://man.cx/chsh(1) -su(1) http://man.cx/su(1) -strcmp(3) http://man.cx/strcmp(3) -strftime(3) http://man.cx/strftime(3) -git(7) http://man.cx/git(7) +make(1) https://man.cx/make(1) +chsh(1) https://man.cx/chsh(1) +su(1) https://man.cx/su(1) +strcmp(3) https://man.cx/strcmp(3) +strftime(3) https://man.cx/strftime(3) +git(1) https://man.cx/git(1) +git-shell(1) https://man.cx/git-shell(1) |