diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-14 22:46:56 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-14 22:50:50 +0300 |
commit | ad31d1e1c85d4c95771326a1bd5923b30c04421d (patch) | |
tree | d5351125a44bae86bdeb8e02651ca5e3af2045b5 /buildfile | |
parent | f2a8225f094e0d1ace43f81d2f3b456c83efdda9 (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/sqlite/ tests/ -./: $d doc{GPLv2 INSTALL LICENSE NEWS README version} file{manifest} -include $d +./: {*/ -build/ -m4/ -etc/} 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 |