From 660bb54d7cf0c096b07e3e72ef7741b7fabd3cd4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Oct 2019 13:37:02 +0200 Subject: Add CONTRIBUTING.md that points to our Community page --- buildfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'buildfile') diff --git a/buildfile b/buildfile index 70145b5..6a1dc81 100644 --- a/buildfile +++ b/buildfile @@ -5,8 +5,10 @@ define sh: file sh{*}: extension = -./: {*/ -build/} sh{bootstrap buildos genmacaddr init qemu-ifup} \ - doc{INSTALL LICENSE NEWS README} file{buildos.service} manifest +./: {*/ -build/} \ + sh{bootstrap buildos genmacaddr init qemu-ifup} file{buildos.service} \ + doc{INSTALL LICENSE NEWS README CONTRIBUTING.md} \ + manifest # Don't install INSTALL file. Scripts and buildos.service are installed by the # bootstrap script. -- cgit v1.1