Thank you for your reviewing.

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))))
On 2019/01/19 12:00:17, lemzwerg wrote:
Shouldn't this be rather

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

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

Done.

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

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to