diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | bcb704366cb5e333a626c18c308c7e0448a8e69f (patch) | |
tree | f0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /kppp/Rules/Italy/Makefile.am | |
download | tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kppp/Rules/Italy/Makefile.am')
-rw-r--r-- | kppp/Rules/Italy/Makefile.am | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/kppp/Rules/Italy/Makefile.am b/kppp/Rules/Italy/Makefile.am new file mode 100644 index 00000000..4039dc79 --- /dev/null +++ b/kppp/Rules/Italy/Makefile.am @@ -0,0 +1,34 @@ +pkg_DATA = Atlanet.rst \ + Cheapnet.rst \ + Infostrada_Internet_SpZero.rst \ + Infostrada_Libero1055_Base.rst \ + Infostrada_Libero1055_SpZero.rst \ + Infostrada_Loc_Reg_Naz_SpZero.rst \ + Infostrada_Locali_Base.rst \ + Infostrada_Reg_Naz_Base.rst \ + Tele2_Altri_ISP.rst \ + Tele2_Internet_Tele2.rst \ + Telecom_Interurbane_Fino15Km.rst \ + Telecom_Interurbane_Oltre15Km.rst \ + Telecom_Locali.rst \ + Teleconomy24_Internet.rst \ + Teleconomy24_Nazionali.rst \ + Teleconomy_NoStop_Internet.rst \ + Wind_24ore_Internet_AltriISP.rst \ + Wind_24ore_Internet_InWind.rst \ + Wind_24ore_Interurbane.rst \ + Wind_24ore_Urbane.rst \ + Wind_Family+SuperLight_Internet_InWind.rst \ + Wind_Family+SuperLight_Urbane_Interurbane.rst \ + Wind_Family_Internet_AltriISP.rst \ + Wind_Family_Internet_InWind.rst \ + Wind_Family_Interurbane.rst \ + Wind_Family_Urbane.rst \ + Wind_Flat_Internet_AltriISP.rst \ + Wind_Flat_Internet_InWind.rst \ + Wind_Urbana_1088_Light.rst + +pkgdir = $(kde_datadir)/kppp/Rules/Italy + +EXTRA_DIST = $(pkg_DATA) + |