diff options
author | kitsunyan | 2018-05-05 01:22:05 +0000 |
---|---|---|
committer | kitsunyan | 2018-05-05 01:22:05 +0000 |
commit | 5902c51fe5b81ec6e8651eb2d29255ec6b9659fa (patch) | |
tree | ba10340034ddb96a70df9e8991f7b5a2f1dbe1d7 /Makefile | |
parent | 451cc4aca13cb6637b55c527d1e0647d6fffad5b (diff) |
Refactor bash completion building
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |