From 4b07b34b80ecbf8cfb88945a56ce021525b74741 Mon Sep 17 00:00:00 2001 From: kitsunyan Date: Sat, 5 May 2018 15:52:23 +0300 Subject: Add patches for pacman completions from git --- Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6259f57..b25ac39 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,10 @@ DIST = \ Makefile \ pakku.conf \ completion/bash.patch \ + completion/bash-git.patch \ completion/make.sh \ completion/zsh.patch \ + completion/zsh-git.patch \ doc/asciidoc.conf \ ${MAN_PAGES:=.txt} \ lib/*.nim \ @@ -80,11 +82,17 @@ all: \ ${TARGETS} \ ${TARGETS_NODIST} -completion/bash: completion/make.sh completion/bash.patch +completion/bash: \ + completion/make.sh \ + completion/bash.patch \ + completion/bash-git.patch @echo "GEN: $@" @(cd completion && ./make.sh 'bash') -completion/zsh: completion/make.sh completion/zsh.patch +completion/zsh: \ + completion/make.sh \ + completion/zsh.patch \ + completion/zsh-git.patch @echo "GEN: $@" @(cd completion && ./make.sh 'zsh') -- cgit v1.2.3-70-g09d2