X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/56d9da3f40ca69d57535d504159f75bf2ad582d6..7301365d25850cf9b408cf3e8cfa65041596eddd:/docs/Makefile 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 \ ))