From af2d930541c1478974f68ebded4ffcc47dd32dc7 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Tue, 25 Oct 2016 04:21:10 +0000 Subject: [PATCH] add help2man --- autospec/build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autospec/build.py b/autospec/build.py index 01a6822..c3c96ee 100644 --- a/autospec/build.py +++ b/autospec/build.py @@ -45,6 +45,7 @@ def setup_patterns(): failed_commands["dot"] = "graphviz" failed_commands["nroff"] = "groff" failed_commands["flex"] = "flex" + failed_commands["help2man"] = "help2man" failed_commands["Berkeley DB"] = "db" failed_commands["libdb"] = "db" failed_commands["lex"] = "flex"