Skip to content

Commit

Permalink
docs: disable PDF docs when latex _isn't_ present
Browse files Browse the repository at this point in the history
  • Loading branch information
timbertson committed Feb 11, 2015
1 parent 29ff00c commit 2a367b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/docs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ endif

# Check for xelatex

ifeq ($(CFG_XELATEX),)
ifneq ($(CFG_XELATEX),)
CFG_LATEX := $(CFG_XELATEX)
XELATEX = 1
else
Expand Down

0 comments on commit 2a367b9

Please sign in to comment.