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.
15 lines
357 B
15 lines
357 B
SUBDIRS = pics
|
|
|
|
amor_DATA = blobrc ghostrc eyesrc bonhommerc nekorc pingurc wormrc tips-en \
|
|
billyrc bsdrc tuxrc taorc
|
|
|
|
# This is where it will all be installed
|
|
amordir = $(kde_datadir)/amor
|
|
|
|
install-data-local:
|
|
-rm -f $(DESTDIR)$(amordir)/tips
|
|
$(LN_S) $(amordir)/tips-en $(DESTDIR)$(amordir)/tips
|
|
|
|
uninstall-local:
|
|
-rm -f $(DESTDIR)$(amordir)/tips
|