From: Pieter Lexis Date: Wed, 21 Dec 2016 11:54:12 +0000 (+0100) Subject: Graceful fallback if pandoc is unavailable X-Git-Tag: rec-4.1.0-alpha1~351^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4803%2Fhead;p=thirdparty%2Fpdns.git Graceful fallback if pandoc is unavailable Closes #4801 --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 24d4e150e5..5d71594c52 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -53,8 +53,7 @@ clean: else if !HAVE_MANPAGES $(MANPAGES_TARGET_ALL): - echo "You need pandoc to generate the manpages" - exit 1 + @echo "Pandoc is required to build $@" endif endif