aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index aa23d15..3168c6e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -123,6 +123,14 @@ blogc%.7: man/blogc%.7.ronn
--manual "$(PACKAGE_NAME) Manual" \
$< > $@
+else
+
+blogc.1:
+ $(AM_V_GEN)echo "error: ronn not found. failed to build man page: $@"; exit 1
+
+blogc%.7:
+ $(AM_V_GEN)echo "error: ronn not found. failed to build man page: $@"; exit 1
+
endif