Skip to content

Commit 463e589

Browse files
committed
chore(completions/Makefile.am): remove "scriptfiles" and "symlinks"
1 parent 11987a4 commit 463e589

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

completions/Makefile.am

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11
# We include all the files in the tarball
22

3-
scriptfiles =
4-
53
bashcompdir = $(datadir)/$(PACKAGE)/completions
6-
bashcomp_DATA = README.md $(scriptfiles)
4+
bashcomp_DATA = README.md
75

86
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

Comments
 (0)