diff options
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/buildfile b/buildfile new file mode 100644 index 0000000..40aef6a --- /dev/null +++ b/buildfile @@ -0,0 +1,18 @@ +# file : buildfile +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : TBC; see accompanying LICENSE file + +define sh: file +sh{*}: extension = + +./: sh{bootstrap buildos genmacaddr init qemu-ifup} \ + doc/ doc{INSTALL LICENSE NEWS README version} \ + file{buildos.service manifest} + +doc{version}: file{manifest} # Generated by the version module. +doc{version}: dist = true + +# Don't install INSTALL file. Scripts and buildos.service are installed by the +# bootstrap script. +# +doc{INSTALL}@./: install = false |