From 6e7c887d5f1705b1e40505e87e4ebdf48da78abd Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 16 Jan 2015 15:26:57 -0500 Subject: [PATCH] Install help2man --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c7910a2be..657a42399 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ copyfiles: addman done addman: + apt-get install -qq -y 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