diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-03-05 19:16:19 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-03-05 19:16:19 +0300 |
commit | da5da774a42cf8d77f08e36f693bc1359e3775c8 (patch) | |
tree | c98bacafdcf6b01b978f0ab772fbcf536818b1cb /buildfile | |
parent | 96c13662a3d2f0084223921c8794b89a68b923b5 (diff) |
Don't mention CONTRIBUTING.md in buildfile
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ sh{*}: extension = ./: {*/ -build/} \ sh{bootstrap buildos genmacaddr init qemu-ifup} file{buildos.service} \ - doc{INSTALL LICENSE NEWS README CONTRIBUTING.md} \ + doc{INSTALL LICENSE NEWS README} \ manifest # Don't install INSTALL file. Scripts and buildos.service are installed by the |