We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11987a4 commit 463e589Copy full SHA for 463e589
completions/Makefile.am
@@ -1,27 +1,6 @@
1
# We include all the files in the tarball
2
3
-scriptfiles =
4
-
5
bashcompdir = $(datadir)/$(PACKAGE)/completions
6
-bashcomp_DATA = README.md $(scriptfiles)
+bashcomp_DATA = README.md
7
8
EXTRA_DIST = $(bashcomp_DATA)
9
10
-symlinks: $(DATA)
11
-.PHONY: symlinks
12
13
-SETUP_SYMLINKS = $(srcdir)/../setup-symlinks.sh
14
15
-all-local: ss = $(SETUP_SYMLINKS) .
16
-all-local: symlinks
17
18
-install-data-hook: ss = $(SETUP_SYMLINKS) $(DESTDIR)$(bashcompdir)
19
-install-data-hook: symlinks
20
21
-check-local:
22
- REPLY=0; \
23
- for file in $(scriptfiles); do \
24
- $${bashcomp_bash:-$${BASH:-bash}} \
25
- -O extglob -n $(srcdir)/$$file || REPLY=$$?; \
26
- done; \
27
- exit $$REPLY
0 commit comments