From 2181ec73117f2e18cc622ead6256c8104b631214 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 6 Jun 2020 22:42:16 +0300 Subject: Use ad hoc recipe for parsing code and documentation generating The overall approach is to store pre-generated bootstrap options.?xx and cli.{1,xhtml} and automatically update them in the development build (config.cli.develop=true). See README.md in the root of the repository for details. --- buildfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'buildfile') diff --git a/buildfile b/buildfile index 6d9e95d..c3c8909 100644 --- a/buildfile +++ b/buildfile @@ -1,7 +1,6 @@ -# file : buildfile -# license : MIT; see accompanying LICENSE file +# Glue buildfile that "pulls" all the packages in the project. +# +import pkgs = [dir_paths] $process.run_regex(\ + cat $src_root/packages.manifest, '\s*location\s*:\s*(\S+)\s*', '\1') -# Glue buildfile that "pulls" all the packages. - -import pkgs = */ ./: $pkgs -- cgit v1.1