blob: a3df8b5d2a4c835a58d1d49fa216752c4b484dab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#################################################
#
# (C) 2010-2011 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
install( FILES
c++_bugs_gcc.toc
clanlib.toc
cppannotations.toc
gnome_bugs.toc
gnome.toc
gnustep.toc
kde2book.toc
libc.toc
libstdc++.toc
objc++_bugs_gcc.toc
qt-kdev3.toc
stl.toc
wxwidgets_bugs.toc
DESTINATION ${DATA_INSTALL_DIR}/kdevdocumentation/tocs )
|