summaryrefslogtreecommitdiffstats
path: root/kate/scripts/CMakeLists.txt
blob: 235cedd486f0ae6b481b4c29b5102307fc59f37f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#################################################
#
#  (C) 2010 Serghei Amelian
#  serghei (DOT) amelian (AT) gmail.com
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

##### other data ################################

install( FILES
    jstest.desktop jstest.js script-indent-c-newline.js
    script-indent-c-char.js sort.js
  DESTINATION ${DATA_INSTALL_DIR}/katepart/scripts )

install( FILES
    script-indent-c-test.js script-indent-c1-test.lua
  DESTINATION ${DATA_INSTALL_DIR}/katepart/scripts/indent )