blob: 76ac033a7c12f3a727fce8083aa61f58449693aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#################################################
#
# (C) 2012 Golubev Alexander
# fatzer2 (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
add_subdirectory( pics )
##### other data ################################
install( FILES blobrc ghostrc eyesrc bonhommerc
nekorc pingurc wormrc tips-en billyrc bsdrc
tuxrc taorc
DESTINATION ${DATA_INSTALL_DIR}/amor
)
tde_install_symlink( tips-en ${DATA_INSTALL_DIR}/amor/tips )
|