aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-14 22:25:11 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-14 22:25:11 +0300
commit82fedb5e0f17c7434d514b39b8972c2b24e1b816 (patch)
tree9238704297ce091f50d75e75dd6d2058bd16e1b3 /buildfile
parent60f5ad7e492fcec50a42bba830b97dfc5a6525ff (diff)
Make use of wildcards in buildfiles
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/buildfile b/buildfile
index a1a66cd..637aaba 100644
--- a/buildfile
+++ b/buildfile
@@ -2,11 +2,10 @@
# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
-d = odb/pgsql/ 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