diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-14 21:27:01 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-14 21:41:57 +0300 |
commit | 9114b5c4d61fa525ef3b0ba0b9f65bcad0da3f31 (patch) | |
tree | c251d803c9bfb598fcd847fc576fe14edc1909d3 /buildfile | |
parent | 2656d67ee93401c6f90b9c217f5e3813ce35a25c (diff) |
Make use of wildcards in buildfiles
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -2,11 +2,10 @@ # copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file -d = odb/ tests/ -./: $d doc{GPLv2 INSTALL LICENSE NEWS README version} file{manifest} -include $d +./: {*/ -build/ -m4/} doc{GPLv2 INSTALL LICENSE NEWS README version} \ + file{manifest} # Don't install tests or the INSTALL file. # -dir{tests/}: install = false +dir{tests/}: install = false doc{INSTALL}@./: install = false |