From 43ad7accda6788027770a535f656b2cfd5925abf Mon Sep 17 00:00:00 2001 From: John Ralls Date: Thu, 25 Jan 2018 14:17:23 -0800 Subject: [PATCH] Remove stray addition from 34cc103e947. --- libgnucash/doc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgnucash/doc/CMakeLists.txt b/libgnucash/doc/CMakeLists.txt index 235f1eab5e..b0843f5bff 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)