From 496d7af5aa92649449ccf1f0d8f4300f11ea30f1 Mon Sep 17 00:00:00 2001
From: Konstantin Osipov <kostja@tarantool.org>
Date: Fri, 12 Sep 2014 01:22:33 +0400
Subject: [PATCH] Give a better error message.

---
 doc/www/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/www/CMakeLists.txt b/doc/www/CMakeLists.txt
index 0b54f25ddc..2f1a54930d 100644
--- a/doc/www/CMakeLists.txt
+++ b/doc/www/CMakeLists.txt
@@ -1,7 +1,7 @@
 find_program(PELICAN pelican)
 
 if (PELICAN STREQUAL "PELICAN-NOTFOUND")
-    message (FATAL_ERROR "pelican is missing")
+    message (FATAL_ERROR "python-pelican is missing")
 endif()
 
 add_custom_target(www ALL
-- 
GitLab