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 | 065b90742ecee6d7cece0893ab2a6071c812fff5 (patch) | |
tree | f206b3b5f01d5429c2b2a5e67ce47c3a790c2e06 | |
parent | d4b1e5aee2e89e1778ef6723c13622f5e5a9f17a (diff) | |
download | upstream-065b90742ecee6d7cece0893ab2a6071c812fff5.tar.gz upstream-065b90742ecee6d7cece0893ab2a6071c812fff5.tar.bz2 upstream-065b90742ecee6d7cece0893ab2a6071c812fff5.zip |
cosmetic fix for docs/ prereq check
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12210 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 \ |