Add some more documentation

SVN-Revision: 8330
This commit is contained in:
Florian Fainelli
2007-08-03 09:31:47 +00:00
parent 6dcd8081a3
commit c592d03090
3 changed files with 65 additions and 0 deletions

View File

@@ -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 \
))