docs: disable PDF docs when latex _isn't_ present

This commit is contained in:
Tim Cuthbertson 2015-02-11 17:16:37 +11:00
parent 29ff00cc97
commit 2a367b9330
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ endif
# Check for xelatex
ifeq ($(CFG_XELATEX),)
ifneq ($(CFG_XELATEX),)
CFG_LATEX := $(CFG_XELATEX)
XELATEX = 1
else