CMakeLists.txt (gnucash-5.0.tar.bz2) | : | CMakeLists.txt (gnucash-5.1.tar.bz2) | ||
---|---|---|---|---|
add_subdirectory(examples) | add_subdirectory(examples) | |||
set(doc_DATA | set(doc_DATA | |||
gtk-3.0.css | gtk-3.0.css | |||
) | ) | |||
set(doc_noinst_DATA | set(doc_noinst_DATA | |||
CMakeLists.txt gnc-fq-dump.1 gnc-fq-helper.1 gnucash.1.in | CMakeLists.txt gnucash.1.in | |||
gnucash-cli.1.in tip_of_the_day.list.c README.txt) | gnucash-cli.1.in tip_of_the_day.list.c README.txt) | |||
install(FILES ${doc_DATA} DESTINATION ${CMAKE_INSTALL_DOCDIR}) | install(FILES ${doc_DATA} DESTINATION ${CMAKE_INSTALL_DOCDIR}) | |||
set_local_dist(doc_DIST_local ${doc_DATA} ${doc_noinst_DATA}) | set_local_dist(doc_DIST_local ${doc_DATA} ${doc_noinst_DATA}) | |||
set(doc_DIST ${doc_DIST_local} ${examples_DIST} PARENT_SCOPE) | set(doc_DIST ${doc_DIST_local} ${examples_DIST} PARENT_SCOPE) | |||
foreach(doc_file ${doc_DATA}) | foreach(doc_file ${doc_DATA}) | |||
configure_file(${doc_file} ${DATADIR_BUILD}/doc/gnucash/${doc_file} COPYONLY ) | configure_file(${doc_file} ${DATADIR_BUILD}/doc/gnucash/${doc_file} COPYONLY ) | |||
endforeach() | endforeach() | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |