From 9b8cc04f6bb4064d5f8f46e7812603759372531f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 31 Aug 2016 11:21:49 +0200 Subject: Fix some build system issues --- build/root.build | 1 - buildfile | 3 +++ etc/buildfile | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build/root.build b/build/root.build index 1245c9f..5f607ff 100644 --- a/build/root.build +++ b/build/root.build @@ -33,4 +33,3 @@ cxx{*options}: dist = true # All exe{} in tests/ are, well, tests. # tests/exe{*}: test = true -tests/: install = false diff --git a/buildfile b/buildfile index c74b0c9..76d2a8b 100644 --- a/buildfile +++ b/buildfile @@ -6,4 +6,7 @@ d = brep/ mod/ load/ migrate/ tests/ www/ doc/ etc/ ./: $d doc{INSTALL INSTALL-DEV LICENSE NEWS README version} file{manifest} include $d +# Don't install tests or the INSTALL* files. +# +dir{tests/}: install = false doc{INSTALL*}: install = false diff --git a/etc/buildfile b/etc/buildfile index 847e044..5359d99 100644 --- a/etc/buildfile +++ b/etc/buildfile @@ -5,5 +5,5 @@ ./: file{brep-module.conf brep-apache2.conf} \ systemd/file{brep-load.service brep-load.timer} -install = data/etc/ -install.subdirs = true # Recreate subdirectories. +*: install = data/etc/ +*: install.subdirs = true # Recreate subdirectories. -- cgit v1.1