summaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-15 17:49:51 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-15 17:49:51 +0300
commitb8e8ae9c20154ffb2742198063d4833dd59749f3 (patch)
tree8b87cc467d2ffc0c1053ec9c7dd2f47689757809 /buildfile
parentf8cddd6394c40f97c2e07e4a7f1454ecd073f62e (diff)
Make use of wildcards in buildfiles
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildfile b/buildfile
index 27ba381..3274baf 100644
--- a/buildfile
+++ b/buildfile
@@ -1,9 +1,9 @@
# file : buildfile
# copyright : not copyrighted - public domain
-./: libsqlite3/ test/ doc{INSTALL README} file{manifest}
+./: {*/ -build/} doc{INSTALL README} file{manifest}
# Don't install tests or the INSTALL file.
#
-dir{test/}: install = false
+dir{test/}: install = false
doc{INSTALL}@./: install = false