From dd6a7354d0d035bfb60d9c261284bb6877c0f54e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 May 2018 18:27:31 +0300 Subject: Get rid of doc{version} and types for testscript and manifest in buildfiles --- mhello/.gitignore | 1 - mhello/buildfile | 10 +--------- 2 files changed, 1 insertion(+), 10 deletions(-) (limited to 'mhello') diff --git a/mhello/.gitignore b/mhello/.gitignore index 2d50bcd..bd29d30 100644 --- a/mhello/.gitignore +++ b/mhello/.gitignore @@ -18,4 +18,3 @@ *.pc hello -version diff --git a/mhello/buildfile b/mhello/buildfile index 629eebb..ae461b3 100644 --- a/mhello/buildfile +++ b/mhello/buildfile @@ -1,15 +1,7 @@ import libs = libmhello%lib{mhello} import libs += libstd-modules%liba{std-modules} -./: exe{hello} doc{version} file{manifest} - -# The version file is auto-generated (by the version module) from manifest. -# Include it in distribution and don't remove when cleaning in src (so that -# clean results in a state identical to distributed). -# -doc{version}: file{manifest} -doc{version}: dist = true -doc{version}: clean = ($src_root != $out_root) +./: exe{hello} manifest exe{hello}: cxx{hello} $libs exe{hello}: file{test.out}: test.stdout = true -- cgit v1.1