mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
15 lines
348 B
CMake
15 lines
348 B
CMake
set(doc_xml_FILES
|
|
account-v2.dtd
|
|
commodity-v2.dtd
|
|
defaults-v1.dtd
|
|
# gnucash-v2.rnc
|
|
io-gncxml-version1.dtd
|
|
io-gncxml-version2.dtd
|
|
preferences-v1.dtd
|
|
prices-v1.dtd
|
|
README
|
|
transactions-v2.dtd
|
|
types.dtd
|
|
)
|
|
|
|
set_dist_list(doc_xml_DIST CMakeLists.txt ${doc_xml_FILES}) |