diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-08-06 14:30:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-08-06 14:30:24 +0000 |
commit | a856eeca8b37608482a2a9b974485d8e4a667bb0 (patch) | |
tree | eb8940d456db7e78a65ad1968e189c98fcab031a /docs | |
parent | 39190275d4cf1cbacea389f18da6667d0d337ccc (diff) | |
download | upstream-a856eeca8b37608482a2a9b974485d8e4a667bb0.tar.gz upstream-a856eeca8b37608482a2a9b974485d8e4a667bb0.tar.bz2 upstream-a856eeca8b37608482a2a9b974485d8e4a667bb0.zip |
cosmetic fix for docs/ prereq check
SVN-Revision: 12210
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |