From a856eeca8b37608482a2a9b974485d8e4a667bb0 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Wed, 6 Aug 2008 14:30:24 +0000
Subject: [PATCH] cosmetic fix for docs/ prereq check

SVN-Revision: 12210
---
 docs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Makefile b/docs/Makefile
index 8bae4625af..a7fe08e505 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -38,7 +38,7 @@ $(eval $(call RequireCommand,latex, \
 	You need to install LaTeX to build the OpenWrt documentation \
 ))
 $(eval $(call RequireCommand,pdflatex, \
-	You need to install LaTeX to build the OpenWrt documentation \
+	You need to install PDFLaTeX to build the OpenWrt documentation \
 ))
 $(eval $(call RequireCommand,htlatex, \
 	You need to install tex4ht to build the OpenWrt documentation \
-- 
GitLab