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.
10 lines
316 B
10 lines
316 B
SUBDIRS =
|
|
EXTRA_DIST = "hanoi.krp"
|
|
|
|
install-data-local:
|
|
$(mkinstalldirs) "$(DESTDIR)$(kde_datadir)/tderadio/presets/vietnam/"
|
|
$(INSTALL_DATA) "$(srcdir)/hanoi.krp" "$(DESTDIR)$(kde_datadir)/tderadio/presets/vietnam/hanoi.krp"
|
|
|
|
uninstall-local:
|
|
-rm -f "$(DESTDIR)$(kde_datadir)/tderadio/presets/vietnam/hanoi.krp"
|