index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
docs
/
Makefile
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Florian Fainelli <florian@openwrt.org>
2007-08-03 09:31:47 +0000
committer
Florian Fainelli <florian@openwrt.org>
2007-08-03 09:31:47 +0000
commit
c592d03090cbf890565f998ce8bf5b7c0e4fbb6b
(
patch
)
tree
424107663dc8b6f27ec877cf4a113ead8e35175a
/
docs/Makefile
parent
6dcd8081a34936c82f53a94ba10467bb7aec2587
(
diff
)
Add some more documentation
SVN-Revision: 8330
Diffstat
(limited to 'docs/Makefile')
-rw-r--r--
docs/Makefile
3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
index ffc5bbb062..f6caa82603 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 \
))