diff options
Diffstat (limited to 'kword/dtd/CMakeLists.txt')
-rw-r--r-- | kword/dtd/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kword/dtd/CMakeLists.txt b/kword/dtd/CMakeLists.txt new file mode 100644 index 000000000..837a2c241 --- /dev/null +++ b/kword/dtd/CMakeLists.txt @@ -0,0 +1,11 @@ +############################################################################### +# Trinity KOffice # +# --------------- # +# This file is licensed under the terms of GNU GPL v3 or later. # +# Improvements and feedback are welcome. # +############################################################################### + +install( + FILES kword.dtd framestyles.dtd tablestyles.dtd tabletemplates.dtd + DESTINATION ${DATA_INSTALL_DIR}/kword/dtd +)
\ No newline at end of file |