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/
_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel