gnucash unstable: Remove stray addition from 34cc103e947.

John Ralls jralls at code.gnucash.org
Thu Jan 25 17:17:37 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/43ad7acc (commit)
	from  https://github.com/Gnucash/gnucash/commit/a7cfedb9 (commit)



commit 43ad7accda6788027770a535f656b2cfd5925abf
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jan 25 14:17:23 2018 -0800

    Remove stray addition from 34cc103e947.

diff --git a/libgnucash/doc/CMakeLists.txt b/libgnucash/doc/CMakeLists.txt
index 235f1ea..b0843f5 100644
--- a/libgnucash/doc/CMakeLists.txt
+++ b/libgnucash/doc/CMakeLists.txt
@@ -35,7 +35,7 @@ SET(doc_FILES
         user-prefs-howto.txt
         )
 
-SET_LOCAL_DIST(doc_DIST_local CMakeLists.txt Makefile.am ${doc_FILES})
+SET_LOCAL_DIST(doc_DIST_local CMakeLists.txt ${doc_FILES})
 SET(doc_DIST ${doc_DIST_local} ${doc_design_DIST} ${doc_xml_DIST} PARENT_SCOPE)
 
 find_program(DOXYGEN doxygen)



Summary of changes:
 libgnucash/doc/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list