From e23aff7cfa16d7d3446f59e9100341f060a08e11 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 18 Apr 2012 18:20:57 +0200 Subject: Now really fix it ... --- src/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8177107..0a1720b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -128,9 +128,6 @@ if(GTK_DOC_FOUND) "${docs_out}/api-index-full.html" "${docs_out}/ch01.html" "${docs_out}/UcaCamera.html" - "${docs_out}/UcaMockCamera.html" - "${docs_out}/UcaPcoCamera.html" - "${docs_out}/UcaUfoCamera.html" "${docs_out}/style.css" "${docs_out}/uca.devhelp2" "${docs_out}/home.png" @@ -143,7 +140,7 @@ if(GTK_DOC_FOUND) set(_types_input) foreach (_cam ${cameras}) # add camera to the installed documentation - list(APPEND "${docs_out}/Uca${_cam}Camera.html") + list(APPEND reference_files "${docs_out}/Uca${_cam}Camera.html") string(TOLOWER ${_cam} _cam) set(_xml_doc_input "${_xml_doc_input}\n") -- cgit v1.2.3