summaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-03 09:31:47 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-03 09:31:47 +0000
commit8aab380dded91464d39d1ad1221b75d8a50ed539 (patch)
treeeb53626bc4f07a21a52eb3823aac21b94021faa3 /docs/Makefile
parent97d63645377eae3e2ca246a440f593f04018c0e4 (diff)
Add some more documentation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8330 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
index ffc5bbb06..f6caa8260 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -32,6 +32,9 @@ clean: cleanup
cleanup: FORCE
rm -f *.log *.aux *.toc *.out *.lg *.dvi *.idv *.4ct *.4tc *.xref *.tmp *.dvi
+$(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 \
))