AboutSummaryRefsLogTreeCommitDiffStats
path: root/scm
Commit message (Collapse)AuthorAgeFilesLines
* main: Make 'catch-mcron-error' macro hygienic.Mathieu Lirzin2016-05-071-13/+7
| | | | | * scm/mcron/main.scm (catch-mcron-error): Use 'define-syntax-rule' instead of 'defmacro'.
* main: Turn 'command-name' into a thunk.Mathieu Lirzin2016-05-071-21/+18
| | | | | * scm/mcron/main.scm (command-name): Turn into a thunk. All callers changed.
* main: Use 'when' and 'unless' special forms.Mathieu Lirzin2016-05-071-60/+57
| | | | * scm/mcron/main.scm: Use 'when' and 'unless' special forms.
* main: Import the modules all together.Mathieu Lirzin2016-05-071-21/+9
| | | | * scm/mcron/main.scm: Gather module imports.
* main: Add 'show-help' procedure.Mathieu Lirzin2016-05-071-28/+22
| | | | * scm/mcron/main.scm (show-help): New procedure.
* main: Add 'show-package-information' procedure.Mathieu Lirzin2016-05-071-5/+12
| | | | * scm/mcron/main.scm (show-package-information): New procedure.
* main: Add 'show-version' procedure.Mathieu Lirzin2016-05-071-17/+18
| | | | * scm/mcron/main.scm (show-version): New procedure.
* build: Add package variables.Mathieu Lirzin2016-05-071-0/+4
| | | | | * scm/mcron/config.scm.in (config-package-name) (configure-package-version, configure-package-url): New variables.
* build: Add missing 'makefile.am'.Mathieu Lirzin2016-05-041-0/+15
| | | | | * scm/mcron/makefile.am: New file. * .gitignore: Ignore 'mcron' only in the top-level directory.
* Juggled build infrastructure to make mcron.1 man page properly.Dale Mellor2014-05-259-0/+2197