diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2017-09-27 23:10:51 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2017-09-27 23:10:51 +0200 |
commit | 3eb1889f89a3be70f46df8d0d99d431dc79d59aa (patch) | |
tree | cd5f1da67dbfe37e918f1393be94e1eb1e56c195 | |
parent | 54a0887f1a0a889a4b1afc5ebb30dcddcb2d9b3e (diff) | |
download | mcron-3eb1889f89a3be70f46df8d0d99d431dc79d59aa.tar.gz mcron-3eb1889f89a3be70f46df8d0d99d431dc79d59aa.tar.bz2 mcron-3eb1889f89a3be70f46df8d0d99d431dc79d59aa.zip |
Revert "Remove derived doc/mcron.1 with maintainer-clean."
This reverts commit eca341bd824c5cfe39fb0001014e5b86933719d9.
-rw-r--r-- | makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.am b/makefile.am index 65b10d8..2229893 100644 --- a/makefile.am +++ b/makefile.am @@ -26,7 +26,7 @@ CP = @CP@ MAINTAINERCLEANFILES = configure makefile makefile.in config.guess config.sub \ install-sh missing texinfo.tex INSTALL \ - aclocal.m4 compile depcomp doc/mcron.1 + aclocal.m4 compile depcomp mcron.1 CLEANFILES = mcron.c |