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

Delta Between Two Patch Sets: make/lilypond-vars.make

Issue 300280043: Remove `-dgs-load-fonts' in lilypond-book
Left Patch Set: Created 7 years, 9 months ago
Right Patch Set: Remove `-dgs-load-fonts' in lilypond-book Created 7 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | make/lysdoc-targets.make » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 ## 1 ##
2 ## settings to run LilyPond 2 ## settings to run LilyPond
3 ifeq ($(LILYPOND_EXTERNAL_BINARY),) 3 ifeq ($(LILYPOND_EXTERNAL_BINARY),)
4 4
5 # environment settings. 5 # environment settings.
6 export PATH:=$(top-build-dir)/lily/$(outconfbase):$(buildscript-dir):$(top-build -dir)/scripts/$(outconfbase):$(PATH): 6 export PATH:=$(top-build-dir)/lily/$(outconfbase):$(buildscript-dir):$(top-build -dir)/scripts/$(outconfbase):$(PATH):
7 export LILYPOND_BINARY=$(top-build-dir)/$(outconfbase)/bin/lilypond 7 export LILYPOND_BINARY=$(top-build-dir)/$(outconfbase)/bin/lilypond
8 else 8 else
9 9
10 ## better not take the binaries from a precompiled bundle, as they 10 ## better not take the binaries from a precompiled bundle, as they
(...skipping 21 matching lines...) Expand all
32 ## override from cmd line to speed up.· 32 ## override from cmd line to speed up.·
33 ANTI_ALIAS_FACTOR=2 33 ANTI_ALIAS_FACTOR=2
34 LILYPOND_JOBS=$(if $(CPU_COUNT),-djob-count=$(CPU_COUNT),) 34 LILYPOND_JOBS=$(if $(CPU_COUNT),-djob-count=$(CPU_COUNT),)
35 LANG_TEXIDOC_FLAGS:=$(foreach lang,$(LANGS),--header=texidoc$(lang)) 35 LANG_TEXIDOC_FLAGS:=$(foreach lang,$(LANGS),--header=texidoc$(lang))
36 LANG_DOCTITLE_FLAGS:=$(foreach lang,$(LANGS),--header=doctitle$(lang)) 36 LANG_DOCTITLE_FLAGS:=$(foreach lang,$(LANGS),--header=doctitle$(lang))
37 37
38 LILYPOND_BOOK_LILYPOND_FLAGS=-dbackend=eps \ 38 LILYPOND_BOOK_LILYPOND_FLAGS=-dbackend=eps \
39 --formats=ps,png,pdf \ 39 --formats=ps,png,pdf \
40 $(LILYPOND_JOBS) \ 40 $(LILYPOND_JOBS) \
41 -dinclude-eps-fonts \ 41 -dinclude-eps-fonts \
42 --bigpdfs \
43 --header=doctitle \ 42 --header=doctitle \
44 $(LANG_DOCTITLE_FLAGS) \ 43 $(LANG_DOCTITLE_FLAGS) \
45 --header=texidoc \ 44 --header=texidoc \
46 $(LANG_TEXIDOC_FLAGS) \ 45 $(LANG_TEXIDOC_FLAGS) \
47 -dcheck-internal-types \ 46 -dcheck-internal-types \
48 -ddump-signatures \ 47 -ddump-signatures \
49 -danti-alias-factor=$(ANTI_ALIAS_FACTOR) 48 -danti-alias-factor=$(ANTI_ALIAS_FACTOR)
50 49
51 ifdef QUIET_BUILD 50 ifdef QUIET_BUILD
52 LILYPOND_BOOK_WARN = --loglevel=NONE 51 LILYPOND_BOOK_WARN = --loglevel=NONE
(...skipping 19 matching lines...) Expand all
72 TEXFONTMAPS=$(top-build-dir)/tex/$(outdir):: 71 TEXFONTMAPS=$(top-build-dir)/tex/$(outdir)::
73 export TEXFONTMAPS 72 export TEXFONTMAPS
74 73
75 export LYDOC_LOCALEDIR:= $(top-build-dir)/Documentation/po/out-www 74 export LYDOC_LOCALEDIR:= $(top-build-dir)/Documentation/po/out-www
76 75
77 #texi-html for www only: 76 #texi-html for www only:
78 LILYPOND_BOOK_FORMAT=$(if $(subst out-www,,$(notdir $(outdir))),texi,texi-html) 77 LILYPOND_BOOK_FORMAT=$(if $(subst out-www,,$(notdir $(outdir))),texi,texi-html)
79 LY2DVI = $(LILYPOND_BINARY) 78 LY2DVI = $(LILYPOND_BINARY)
80 LYS_TO_TELY = $(buildscript-dir)/lys-to-tely 79 LYS_TO_TELY = $(buildscript-dir)/lys-to-tely
81 80
LEFTRIGHT

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