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

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

Issue 547810043: Remove trailing whitespace {python,scm,lily,scripts}. (Closed)
Left Patch Set: Created 4 years ago
Right Patch Set: leave scm/,lily/ alone Created 4 years 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:
Right: Side by side diff | Download
« no previous file with change/comment | « make/doc-i18n-root-vars.make ('k') | po/GNUmakefile » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
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 11 matching lines...) Expand all
22 the-script-dir=$(wildcard $(script-dir)) 22 the-script-dir=$(wildcard $(script-dir))
23 23
24 ABC2LY = $(script-dir)/abc2ly.py 24 ABC2LY = $(script-dir)/abc2ly.py
25 MIDI2LY = $(script-dir)/midi2ly.py 25 MIDI2LY = $(script-dir)/midi2ly.py
26 MUSICXML2LY = $(script-dir)/musicxml2ly.py 26 MUSICXML2LY = $(script-dir)/musicxml2ly.py
27 CONVERT_LY = $(script-dir)/convert-ly.py 27 CONVERT_LY = $(script-dir)/convert-ly.py
28 LILYPOND_BOOK = $(script-dir)/lilypond-book.py 28 LILYPOND_BOOK = $(script-dir)/lilypond-book.py
29 29
30 LILYPOND_BOOK_INCLUDES = -I $(src-dir) $(DOCUMENTATION_INCLUDES) 30 LILYPOND_BOOK_INCLUDES = -I $(src-dir) $(DOCUMENTATION_INCLUDES)
31 31
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 -dgs-load-fonts \ 42 -dgs-load-fonts \
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 TEXFONTMAPS=$(top-build-dir)/tex/$(outdir):: 81 TEXFONTMAPS=$(top-build-dir)/tex/$(outdir)::
82 export TEXFONTMAPS 82 export TEXFONTMAPS
83 83
84 export LYDOC_LOCALEDIR:= $(top-build-dir)/Documentation/po/out-www 84 export LYDOC_LOCALEDIR:= $(top-build-dir)/Documentation/po/out-www
85 85
86 #texi-html for www only: 86 #texi-html for www only:
87 LILYPOND_BOOK_FORMAT=$(if $(subst out-www,,$(notdir $(outdir))),texi,texi-html) 87 LILYPOND_BOOK_FORMAT=$(if $(subst out-www,,$(notdir $(outdir))),texi,texi-html)
88 LY2DVI = $(LILYPOND_BINARY) 88 LY2DVI = $(LILYPOND_BINARY)
89 LYS_TO_TELY = $(buildscript-dir)/lys-to-tely 89 LYS_TO_TELY = $(buildscript-dir)/lys-to-tely
90 90
LEFTRIGHT

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