blob: 3c034ee5e5c3ec9739c407541b9d9aa5b4fafb26 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 | #################################################
#
#  (C) 2012 Slavek Banko
#  slavek (DOT) banko (AT) axis.cz
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################
install(
  FILES
    kdev3api.toc
  DESTINATION ${DATA_INSTALL_DIR}/kdevdocumentation/tocs
)
 |