lilypond-devel
[Top][All Lists]
Advanced

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

Re: Issue 5381: Change intermediate PDF filename (issue 357760043 by add


From: nine . fierce . ballads
Subject: Re: Issue 5381: Change intermediate PDF filename (issue 357760043 by address@hidden)
Date: Sat, 14 Jul 2018 03:31:33 -0700


https://codereview.appspot.com/357760043/diff/20001/stepmake/stepmake/texinfo-rules.make
File stepmake/stepmake/texinfo-rules.make (right):

https://codereview.appspot.com/357760043/diff/20001/stepmake/stepmake/texinfo-rules.make#newcode70
stepmake/stepmake/texinfo-rules.make:70: ifeq ($(WEB_VERSION),yes)
Is the only difference between the two long commands in these
alternatives "-D web_version"?  How about something like the following?

TEXI2PDF_WEB_VERSION_FLAGS :=
ifeq ($(WEB_VERSION),yes)
TEXI2PDF_WEB_VERSION_FLAGS += -D web_version
endif

$(outdir)/%.pdf: $(outdir)/%.texi [...]
        [...] $(TEXI2PDF_FLAGS) $(TEXI2PDF_WEB_VERSION_FLAGS) [...]

https://codereview.appspot.com/357760043/



reply via email to

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