blob: 050c460e53b9b9a2a058f0329f064649949fcbce (
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
27
28
29
30
|
####### kdevelop will overwrite this part!!! (begin)##########
EXTRA_DIST = \
fr.allocine.py fr.allocine.py.spec \
ministerio_de_cultura.py ministerio_de_cultura.py.spec \
dark_horse_comics.py dark_horse_comics.py.spec \
boardgamegeek.rb boardgamegeek.rb.spec
####### kdevelop will overwrite this part!!! (end)############
scriptdir = $(kde_datadir)/tellico/data-sources
script_SCRIPTS = \
fr.allocine.py \
ministerio_de_cultura.py \
dark_horse_comics.py \
boardgamegeek.rb
script_DATA = \
fr.allocine.py.spec \
ministerio_de_cultura.py.spec \
dark_horse_comics.py.spec \
boardgamegeek.rb.spec
KDE_OPTIONS = noautodist
CLEANFILES = *~
# probably a better way to do this
uninstall-hook:
-if [ -d $(scriptdir) ]; then rmdir $(scriptdir); fi
|