summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: dcecc32c7d929b0599fbbf4832786029078bedc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUBDIRS = completions test

sysconf_DATA = bash_completion

profiledir = $(sysconfdir)/profile.d
profile_DATA = bash_completion.sh

bash_completion.sh: bash_completion.sh.in Makefile
	sed -e 's|@sysconfdir[@]|$(sysconfdir)|' <$(srcdir)/$@.in >$@

CLEANFILES = bash_completion.sh

EXTRA_DIST = CHANGES $(sysconf_DATA) bash_completion.sh.in