summaryrefslogtreecommitdiff
path: root/commands/Makefile.am
blob: 9bdd4e5828c5aa5b0408b9f1111ca2fc1c407c0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

commandsdir = $(rstartdir)/commands
nobase_dist_commands_DATA =	\
	ListContexts		\
	x11r6/Terminal		\
	x11r6/LoadMonitor	\
	x11r6/@List		\
	@List			\
	ListGenericCommands

install-data-hook:
	$(AM_V_GEN)(cd $(DESTDIR)$(commandsdir) && rm -f x && $(LN_S) x11r6 x)
	$(AM_V_GEN)(cd $(DESTDIR)$(commandsdir) && rm -f x11 && $(LN_S) x11r6 x11)

uninstall-hook:
	$(AM_V_at)(cd $(DESTDIR)$(commandsdir) && rm -f x x11)