mirror of https://github.com/kivy/kivy.git
Adding comment for the user about appearing errors when building pdf docs
This commit is contained in:
parent
dd6f2ac78e
commit
930041a3ca
|
@ -107,6 +107,7 @@ pdf: latex
|
|||
ifneq ("$(wildcard build$(P)latex$(P)Kivy.pdf)","")
|
||||
@echo
|
||||
@echo "Build finished; the PDF file(s) are in build/latex."
|
||||
@echo "You can savely ignore the errors which might appeared above!"
|
||||
else
|
||||
@echo
|
||||
@echo "Build failed; there is no PDF file(s) in build/latex."
|
||||
|
|
Loading…
Reference in New Issue