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. --- cli/cli/cli.cxx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'cli/cli/cli.cxx') diff --git a/cli/cli/cli.cxx b/cli/cli/cli.cxx index 11cf6c0..f1196de 100644 --- a/cli/cli/cli.cxx +++ b/cli/cli/cli.cxx @@ -16,7 +16,13 @@ #include #include -#include +#ifndef CLI_BOOTSTRAP +# include +#else +# define CLI_VERSION_ID 0 +# define CLI_VERSION_FULL 0 +# define CLI_COPYRIGHT "" +#endif using namespace std; using namespace cutl; -- cgit v1.1