summaryrefslogtreecommitdiffstats
path: root/amor/data/Makefile.am
blob: 35a9c97b050fa90a7d2dd6761b2831bd3f63246c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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