aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a1914f6d..81a0d913 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,12 @@ syntax-check:
type-check:
mypy gbp
+shell-check:
+ @echo "# Validating zsh completion"
+ zsh debian/zsh/_gbp
+ @echo "# Validating bash completion"
+ shellcheck --shell=bash debian/git-buildpackage.bash-completion
+
docs:
$(MAKE) -C docs
$(MAKE) apidocs