blob: 351aace4b565c4eb714f12b1c22342f8ecfff701 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#################################################
#
# (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
France_Telecom_Local.rst France_Telecom_Internet.rst
France_Telecom_National.rst Cegetel_Local.rst Cegetel_National.rst
Le_9_Local.rst Le_9_National.rst Tele2_Local.rst Tele2_National.rst
OneTel.rst Wanadoo_Free.rst
DESTINATION ${DATA_INSTALL_DIR}/kppp/Rules/France )
|