diff options
author | dale_mellor <dale_mellor> | 2006-04-16 22:10:43 +0000 |
---|---|---|
committer | dale_mellor <dale_mellor> | 2006-04-16 22:10:43 +0000 |
commit | 011df9b8fd152554619f76ea1e35a68ef206762d (patch) | |
tree | 2bee99d42aa1f0e984b0af546c6f92e7aaf8416f /makefile.am | |
parent | 4c3a7cc36c29ecbb8574454f0f5bdbed7ef66f8b (diff) | |
download | mcron-011df9b8fd152554619f76ea1e35a68ef206762d.tar.gz mcron-011df9b8fd152554619f76ea1e35a68ef206762d.tar.bz2 mcron-011df9b8fd152554619f76ea1e35a68ef206762d.zip |
Update to 1.0.3. Lots of small changes, mainly to work with guile 1.8.0. Daylight savings time is now handled okay. Bug fix in Vixie parser. User gets option to correct bad crontab entries.1.0.3
Diffstat (limited to 'makefile.am')
-rw-r--r-- | makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.am b/makefile.am index 1bc2d94..b3d32d8 100644 --- a/makefile.am +++ b/makefile.am @@ -20,7 +20,7 @@ ED = @ED@ # !!!! Are these needed? CP = @CP@ -MAINTAINERCLEANFILES = configure makefile makefile.in \ +MAINTAINERCLEANFILES = configure makefile makefile.in config.guess config.sub \ install-sh missing mkinstalldirs texinfo.tex INSTALL \ aclocal.m4 compile depcomp COPYING |