diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-02 13:37:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-02 13:37:02 +0200 |
commit | 660bb54d7cf0c096b07e3e72ef7741b7fabd3cd4 (patch) | |
tree | f1cf72a2a5b85cc06015e7073afea04877a34f2c /buildfile | |
parent | ac3afecc82ed3249e57b8926b19abef584933eea (diff) |
Add CONTRIBUTING.md that points to our Community page
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |