summaryrefslogtreecommitdiffstats
path: root/lib/kformula/dtd/CMakeLists.txt
blob: b8bf11ee4fb81cbda31e1eda8486cc1f9b7b7b34 (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.                                      #
###############################################################################

### Data ######################################################################
install(FILES kformula.dtd DESTINATION ${DATA_INSTALL_DIR}/kformula/dtd)

# kate: indent-width 2; replace-tabs true;