| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Use a non-recursive makefile....* configure.ac (AM_INIT_AUTOMAKE): Use 'subdir-objects' option.
(AC_CONFIG_FILES): Remove 'scm/mcron/makefile' and 'makefile'. Add
'Makefile'.
* makefile.am: Delete file. Move its content into ...
* scm/mcron/makefile.am: Likewise.
* Makefile.am: ... this. New file.
* .gitignore: Update.
| Mathieu Lirzin | 2016-05-07 | 1 | -93/+0 |
* | build: Enable silent rules by default....* configure.ac (AM_SILENT_RULES): Use macro.
* makefile.am (doc/mcron.1): Use $(AM_V_HELP2MAN).
(AM_V_HELP2MAN, AM_V_HELP2MAN_, AM_V_HELP2MAN_): New variables.
* scm/mcron/makefile.am (.scm.go): Use $(AM_V_GUILEC).
(AM_V_GUILEC, AM_V_GUILEC_, AM_V_GUILEC_): New variables.
| Mathieu Lirzin | 2016-05-07 | 1 | -2/+8 |
* | main: Add (mcron main) module....Remove 'ed' hack to eval content of scm/mcron/main.scm in the C wrapper.
Use proper libguile functions instead.
* scm/mcron/main.scm (mcron main): New module.
(show-version, show-package-information, show-help, main): Remove
extra newline characters in strings.
* mcron.c.template: Rename to ...
* mcron.c: ... this.
(inner_main): Set current module to (mcron main).
* makefile.ed: Delete file.
* configure.ac: Remove check for 'ed'.
* makefile.am: Adjust accordingly.
* .gitignore: Likewise.
| Mathieu Lirzin | 2016-05-07 | 1 | -10/+1 |
* | build: Generate 'ChangeLog' upon 'make dist'....* ChangeLog: Rename to ...
* ChangeLog.old: ... this.
* ChangeLog: New file.
* Makefile.am (gen_start_date): New variable.
(gen-ChangeLog, dist-hook): New targets.
(EXTRA_DIST): Add 'ChangeLog.old'.
* build-aux/gitlog-to-changelog: New file, from Gnulib.
| Mathieu Lirzin | 2016-05-07 | 1 | -1/+16 |
* | build: Remove MAINTAINERCLEANFILES variable....* makefile.am (MAINTAINERCLEANFILES): Delete unneeded variable. Using
'git clean -xdf' is more reliable than 'make maintainer-clean'
| Mathieu Lirzin | 2016-05-07 | 1 | -4/+0 |
* | doc: Include a copy of the GNU FDL....* doc/fdl.texi: New file.
* doc/mcron.texi: Include it.
* makefile.am (doc_mcron_TEXINFOS): New variable.
| Mathieu Lirzin | 2016-05-07 | 1 | -1/+1 |
* | build: Fix build of the manual....* 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.
| Mathieu Lirzin | 2016-05-07 | 1 | -5/+6 |
* | Correction in 'make clean' rules. | Dale Mellor | 2014-05-25 | 1 | -1/+1 |
* | Distribute the minimal man page in case the builder hasn't get help2man.1.0.8 | Dale Mellor | 2014-05-25 | 1 | -1/+1 |
* | Juggled build infrastructure to make mcron.1 man page properly. | Dale Mellor | 2014-05-25 | 1 | -23/+12 |
* | Now runs (only) against guile-2.0.1.0.7 | Dale Mellor | 2014-04-28 | 1 | -6/+2 |
* | Look for user configuration files in $XDG_CONFIG_HOME (default to ~/.config/c... | Dale Mellor | 2012-02-04 | 1 | -0/+3 |
* | Leave info/dir around; the Debian package has a patch to remove it. | Dale Mellor | 2010-06-13 | 1 | -9/+0 |
* | Fixed up makefile to provide rule to create man page (not done automatically)... | Dale Mellor | 2010-06-13 | 1 | -0/+20 |
* | Make sure $DESTDIR pervades the makefile. | Dale Mellor | 2010-06-13 | 1 | -4/+4 |
* | Added --enable-no-vixie-clobber to configure.ac. | Dale Mellor | 2010-06-13 | 1 | -6/+8 |
* | Removed makefile dependence on mkinstalldirs, which was supplied by an earlie... | Dale Mellor | 2010-06-12 | 1 | -26/+19 |
* | Added a simple man page using help2man (the generation is _not_ automatic thr... | Dale Mellor | 2010-06-12 | 1 | -1/+2 |
* | Upgrade to GPLv3 and bump version to 1.0.4.1.0.4 | Dale Mellor | 2010-06-12 | 1 | -14/+15 |
* | Removed target-specific compiler flags from makefile. | Dale Mellor | 2010-06-12 | 1 | -2/+4 |
* | Update to 1.0.3. Lots of small changes, mainly to work with guile 1.8.0. Da...1.0.3 | dale_mellor | 2006-04-16 | 1 | -1/+1 |
* | Changes requested by David D. Smith....Non-root install.
1.0.2.rc1 | dale_mellor | 2005-10-23 | 1 | -20/+30 |
* | Broken all functionality out into separate modules. | dale_mellor | 2003-08-03 | 1 | -5/+20 |
* | All changes from 0.99.1 to 0.99.2 pre-release.0.99.2 | dale_mellor | 2003-07-20 | 1 | -11/+5 |
* | Disabled installation of cron, crontab by default. Fixed up all information f...0.99.1 | dale_mellor | 2003-07-05 | 1 | -0/+6 |
* | Initial version. Production quality, fully complete source but contains known... | dale_mellor | 2003-07-04 | 1 | -0/+61 |