diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-30 16:50:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-30 16:50:01 +0200 |
commit | 6d44f821b4cf50c15b8bcd555005023a8a6a80ec (patch) | |
tree | 13a6e616f4bc21898dbe75c1d6ffbb363a60939b /buildfile | |
parent | eaff0b3dce0cab6d11110da16294ed349ed20e40 (diff) |
Build infrastructure update
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ d = hello/ tests/ -./: $d doc{version} file{manifest} +./: $d doc{INSTALL version} file{manifest} include $d + +# Don't install tests or the INSTALL file. +# +dir{tests/}: install = false +doc{INSTALL}@./: install = false |