blob: 837a2c2413bd6d70ca985820ecd06cf9ba6fded8 (
plain)
1
2
3
4
5
6
7
8
9
10
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
)
|