๐Ÿ“ฆ scop / bash-completion

๐Ÿ“„ Makefile.am ยท 11 lines
1
2
3
4
5
6
7
8
9
10
11helpersdir = $(datadir)/$(PACKAGE)/helpers
helpers_DATA =

EXTRA_DIST = $(helpers_DATA)

install-data-local:
	$(MKDIR_P) $(DESTDIR)$(datadir)/bash-completion/$(subdir)

uninstall-local:
	-rmdir $(DESTDIR)$(datadir)/bash-completion/$(subdir)