summaryrefslogtreecommitdiffstats
path: root/lib/kotext/kohyphen/hyphdicts/CMakeLists.txt
blob: 95f8bb96370d375dd540616c97e4a315fd520d5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
###############################################################################
# Trinity KOffice                                                             #
# ---------------                                                             #
# This file is licensed under the terms of GNU GPL v3 or later.               #
# Improvements and feedback are welcome.                                      #
###############################################################################

### Data ######################################################################
install(
  FILES
    dicts.xml
    hyph_cs.dic hyph_en.dic hyph_hu.dic hyph_uk.dic hyph_da.dic hyph_de.dic
    hyph_en_CA.dic hyph_es.dic hyph_fr.dic hyph_it.dic hyph_nl.dic hyph_pt_BR.dic
    hyph_pt.dic hyph_pt_PT.dic hyph_ru.dic hyph_sk.dic hyph_sv.dic hyph_sl.dic
  DESTINATION ${DATA_INSTALL_DIR}/koffice/hyphdicts
)

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