SummaryRefsLogTreeCommitDiffStats
path: root/doc/mcron.texi
Commit message (Collapse)AuthorAgeFilesLines
* job-specifier: job: Add #:user keyword argument.Mathieu Lirzin2016-05-071-12/+13
| | | | | * src/mcron/job-specifier.scm (job): Add #:user keyword argument. * doc/mcron.texi (Job specification): Document it.
* base: Rename (mcron core) module to (mcron base).Mathieu Lirzin2016-05-071-12/+12
| | | | | | | | | | | | | | | | | The 'configure' script deletes the 'core.*' files. Having a file named 'base.scm' instead of 'core.scm' simplifies the build process without changing the semantics. * src/mcron/mcron-core.scm: Rename to ... * src/mcron/base.scm: ... this. All module users changed. * Makefile.am (MODULES): Add 'src/mcron/base.scm'. (CP): Remove variable. (src/mcron/core.scm): Remove target. (GEN_MODULES): Remove 'src/mcron/core.scm'. (dist_mcronmodule_DATA): Remove 'src/mcron/mcron-core.scm' * doc/mcron.texi: Adapt to name change. * .gitignore: Update.
* doc: Include a copy of the GNU FDL.Mathieu Lirzin2016-05-071-0/+6
| | | | | | * doc/fdl.texi: New file. * doc/mcron.texi: Include it. * makefile.am (doc_mcron_TEXINFOS): New variable.
* build: Fix build of the manual.Mathieu Lirzin2016-05-071-0/+1337
* mcron.texinfo.in: Rename to ... * doc/mcron.texi: ... this. * doc/config.texi.in: New file. * configure.ac: Adapt to it. * makefile.am: Likewise. * .gitignore: Likewise. * README--git: Likewise.