From 54c5d0dfa67b6f0c4d54d85c606ca417146d4677 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 9 Jun 2016 14:29:21 -0400 Subject: [PATCH] ensure help2man exists before running addman --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 265f3e01c..25081480b 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ copyfiles: chown dokku:dokku -R ${PLUGINS_PATH} ${CORE_PLUGINS_PATH} || true $(MAKE) addman -addman: +addman: help2man mkdir -p /usr/local/share/man/man1 help2man -Nh help -v version -n "configure and get information from your dokku installation" -o /usr/local/share/man/man1/dokku.1 dokku mandb