mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-28 03:34:05 -06:00
a9f35ed7ae
A huge bikeshed fest but it distracted me enough to do it anyway.
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}) |