diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2014-05-04 01:17:02 +0200 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2014-05-05 06:46:01 +0200 |
commit | dcb285ac556aa54aa01c60b3c1c9fa40199d8f06 (patch) | |
tree | fb3dee86044b5bde83690e5310904f5a61bb86df /acprep | |
parent | 851dea238ac230d44c5df00dd738cee9aa5780d3 (diff) | |
download | fork-ledger-dcb285ac556aa54aa01c60b3c1c9fa40199d8f06.tar.gz fork-ledger-dcb285ac556aa54aa01c60b3c1c9fa40199d8f06.tar.bz2 fork-ledger-dcb285ac556aa54aa01c60b3c1c9fa40199d8f06.zip |
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
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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()) |