From fd4b8ec3d690fa7341159b0166b382dd43c6c967 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 18 Oct 2018 18:42:00 +0300 Subject: Add implementation --- buildfile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 buildfile (limited to 'buildfile') diff --git a/buildfile b/buildfile new file mode 100644 index 0000000..ad6e61a --- /dev/null +++ b/buildfile @@ -0,0 +1,10 @@ +# file : buildfile +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +./: {*/ -build/} doc{INSTALL-PUBLISH LICENSE NEWS README} manifest + +# Don't install tests or the INSTALL* files. +# +tests/: install = false +doc{INSTALL-PUBLISH}@./: install = false -- cgit v1.1