Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(276)

Unified Diff: make/lilypond-book-vars.make

Issue 344120043: Issue 5463: Fix dblatex uses xetex backend
Patch Set: Fix makefile syntax Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: make/lilypond-book-vars.make
diff --git a/make/lilypond-book-vars.make b/make/lilypond-book-vars.make
index 8d9955b6a469262b858c46202874884d8aaba34d..2a175311c1a69eb59282a2b071789a650dc2babb 100644
--- a/make/lilypond-book-vars.make
+++ b/make/lilypond-book-vars.make
@@ -40,7 +40,7 @@ OUT_DOCBOOK_FILES = ${DOCBOOK_FILES:%.lyxml=$(outdir)/%.pdf}
else
OUT_DOCBOOK_FILES = ${DOCBOOK_FILES:%.lyxml=$(outdir)/%.xml}
endif
-ifeq ($(PDFLATEX),xelatex)
+ifneq (,$(findstring xelatex,$(notdir $(PDFLATEX))))
DBLATEX_BACKEND = -b xetex
else
DBLATEX_BACKEND =
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b