lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 5463: Fix dblatex uses xetex backend (issue 344120043 by address@h


From: lemzwerg
Subject: Issue 5463: Fix dblatex uses xetex backend (issue 344120043 by address@hidden)
Date: Sat, 19 Jan 2019 04:00:17 -0800


https://codereview.appspot.com/344120043/diff/1/make/lilypond-book-vars.make
File make/lilypond-book-vars.make (right):

https://codereview.appspot.com/344120043/diff/1/make/lilypond-book-vars.make#newcode43
make/lilypond-book-vars.make:43: ifneq (,($findstring xelatex,($notdir
$(PDFLATEX))))
Shouldn't this be rather

  ifneq (,$(findstring xelatex,$(notdir $(PDFLATEX))))

?  According to the `make.info`, functions have the syntax `$(foo ...)`.

https://codereview.appspot.com/344120043/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]