blob: 52af3e63145e7a853b4a277fe68c9d988e19f928 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#################################################
#
# (C) 2013 Alexander Golubev (Fat-Zer)
# fatzer2 (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
tde_auto_add_subdirectories( )
install( FILES tip.database
DESTINATION ${HTML_INSTALL_DIR}/sv/tdevelop )
|