From dcb285ac556aa54aa01c60b3c1c9fa40199d8f06 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sun, 4 May 2014 01:17:02 +0200 Subject: Improve installation of documentation files - Install info version of ledger documentation instead of the original texinfo sources - Install html version of ledger documentation when BUILD_WEB_DOCS is ON - Enable installation of documentation files from --output directory --- acprep | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acprep') diff --git a/acprep b/acprep index 1faeb4f6..f9fb74d7 100755 --- a/acprep +++ b/acprep @@ -875,6 +875,9 @@ class PrepareBuild(CommandLineApp): if self.options.boost_include: conf_args.append('-DBOOST_INCLUDEDIR=%s' % self.options.boost_include) + if self.options.build_dir: + conf_args.append('-DBUILD_DIR=%s' % + self.options.build_dir) if self.prefix_directory(): conf_args.append('-DCMAKE_INSTALL_PREFIX=%s' % self.prefix_directory()) -- cgit v1.2.3