blob: a767d2410d8ada02e2e0814104423fd014b6ab23 (
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
|
####### tdevelop 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
####### tdevelop 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
|