You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tellico/src/fetch/scripts/Makefile.am

31 lines
747 B

####### 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