From 5c396d4dd3a6e2528147b55fc35b86cbcbc93524 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 1 Sep 2016 02:35:39 +0300 Subject: Build infrastructure update --- buildfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'buildfile') diff --git a/buildfile b/buildfile index ceb02a4..eed14d0 100644 --- a/buildfile +++ b/buildfile @@ -2,5 +2,11 @@ # copyright : not copyrighted - public domain d = sqlite3/ test/ -./: $d doc{README} file{manifest} +./: $d doc{INSTALL README} file{manifest} include $d + + +# Don't install tests or the INSTALL file. +# +dir{test/}: install = false +doc{INSTALL}@./: install = false -- cgit v1.1