blob: 7424e5fd5c318546f5ab4c79f0fc2549145379cf (
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
w3c-dom-level2-html.toc w3c-svg.toc w3c-uaag10.toc
DESTINATION ${DATA_INSTALL_DIR}/kdevdocumentation/tocs
)
|