gnucash-docs maint: Fix the cmake dist dependencies in the autotools build.
John Ralls
jralls at code.gnucash.org
Sun Sep 8 15:31:32 EDT 2019
Updated via https://github.com/Gnucash/gnucash-docs/commit/73beb776 (commit)
from https://github.com/Gnucash/gnucash-docs/commit/b7619e03 (commit)
commit 73beb776ae77e5354f9602dda8921d15181ff75c
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Sep 8 12:31:20 2019 -0700
Fix the cmake dist dependencies in the autotools build.
diff --git a/Makefile.am b/Makefile.am
index aee79df..b40a831 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,13 +12,17 @@ EXTRA_DIST = COPYING-DOCS \
xsl \
HACKING \
README \
- cmake/dist.cmake \
- cmake/epub.cmake \
- cmake/gnc_doc_targets.cmake \
- cmake/MakeDistCheck.cmake \
- cmake/MakeDist.cmake \
- cmake/pdf.cmake \
- cmake/xmldocs.cmake \
+ cmake/AddChmTarget.cmake \
+ cmake/AddEpubTarget.cmake
+ cmake/AddGHelpTarget.cmake
+ cmake/AddGncDocTargets.cmake
+ cmake/AddHtmlTarget.cmake
+ cmake/AddPdfTarget.cmake
+ cmake/cmake_uninstall.cmake.in
+ cmake/DistCommon.cmake
+ cmake/MakeChm.cmake
+ cmake/MakeDistCheck.cmake
+ cmake/MakeDist.cmake
fonts/gothic.xml \
fonts/mincho.xml \
fonts/truetype/ume-tgo4.ttf \
Summary of changes:
Makefile.am | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
More information about the gnucash-changes
mailing list