Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base: Rename (mcron core) module to (mcron base). | Mathieu Lirzin | 2016-05-07 | 1 | -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 Lirzin | 2016-05-07 | 1 | -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 Lirzin | 2016-05-07 | 1 | -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. |