bug-mcron
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/3] build: Distribute script source files


From: Mathieu Lirzin
Subject: [PATCH 2/3] build: Distribute script source files
Date: Fri, 8 May 2020 18:43:42 +0200

This allows 'make distcheck' to succeed.

* Makefile.am (EXTRA_DIST): Add script source files.
---
 Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index f63ff8f..b5c6260 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -148,6 +148,9 @@ EXTRA_DIST = \
   bootstrap \
   build-aux/guix.scm \
   HACKING \
+  src/cron.in \
+  src/crontab.in \
+  src/mcron.in \
   tests/init.sh \
   $(TESTS)
 
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]