From 801adc5df5b99ff9e9f3c06b1a155b36c4000359 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 20 Aug 2017 17:49:09 -0400 Subject: add a README and license information --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0aa88a4..336ec15 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ VERSION = 20170820 include $(dir $(lastword $(MAKEFILE_LIST)))/config.mk include $(topsrcdir)/build-aux/Makefile.head.mk +files.src.gen += LICENSE files.out.all += systemd.conf #files.out.all += systemd.types.db #files.out.all += systemd.py @@ -25,6 +26,9 @@ $(DESTDIR)$(collectdtypesdir)/systemd.types.db: $(srcdir)/systemd.types.db $(DESTDIR)$(collectdpythondir)/systemd.py: $(srcdir)/systemd.py $(INSTALL_PROGRAM) -DT $< $@ +$(srcdir)/LICENSE: + wget -O $@ https://www.gnu.org/licenses/gpl-2.0.txt + .SECONDARY: .DELETE_ON_ERROR: -- cgit v1.2.3