aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkitsunyan2018-05-05 01:22:05 +0000
committerkitsunyan2018-05-05 01:22:05 +0000
commit5902c51fe5b81ec6e8651eb2d29255ec6b9659fa (patch)
treeba10340034ddb96a70df9e8991f7b5a2f1dbe1d7 /Makefile
parent451cc4aca13cb6637b55c527d1e0647d6fffad5b (diff)
Refactor bash completion building
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index feab296..8ceddbf 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ DIST = \
COPYING \
Makefile \
pakku.conf \
- completion/bash.in \
+ completion/bash.patch \
completion/make.sh \
doc/asciidoc.conf \
${MAN_PAGES:=.txt} \
@@ -77,7 +77,7 @@ all: \
${TARGETS} \
${TARGETS_NODIST}
-completion/bash: completion/make.sh completion/bash.in
+completion/bash: completion/make.sh completion/bash.patch
@echo "GEN: $@"
@(cd completion && ./make.sh)