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

Side by Side Diff: GNUmakefile.in

Issue 343970043: Allow use of Identity-H CMap and CID versions of Emmentaler
Patch Set: cleanup / change command line / add otfinfo check / etc / change default ps output mode Created 5 years, 10 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:
View unified diff | Download patch
« no previous file with comments | « no previous file | configure.ac » ('j') | mf/GNUmakefile » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*-Makefile-*- 1 # -*-Makefile-*-
2 2
3 depth = . 3 depth = .
4 4
5 SUBDIRS = python scripts \ 5 SUBDIRS = python scripts \
6 flower lily \ 6 flower lily \
7 mf ly \ 7 mf ly \
8 tex ps scm \ 8 tex ps scm \
9 po \ 9 po \
10 elisp vim \ 10 elisp vim \
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 $(tree-share-prefix)/mf-link-tree: $(tree-share-prefix)/lilypond-force 252 $(tree-share-prefix)/mf-link-tree: $(tree-share-prefix)/lilypond-force
253 -rm -f $(tree-share-prefix)/fonts/otf/* && \ 253 -rm -f $(tree-share-prefix)/fonts/otf/* && \
254 rm -f $(tree-share-prefix)/fonts/svg/* && \ 254 rm -f $(tree-share-prefix)/fonts/svg/* && \
255 rm -f $(tree-share-prefix)/fonts/fonts.conf && \ 255 rm -f $(tree-share-prefix)/fonts/fonts.conf && \
256 rm -f $(tree-share-prefix)/fonts/00-lilypond-fonts.conf && \ 256 rm -f $(tree-share-prefix)/fonts/00-lilypond-fonts.conf && \
257 rm -f $(tree-share-prefix)/fonts/99-lilypond-fonts.conf && \ 257 rm -f $(tree-share-prefix)/fonts/99-lilypond-fonts.conf && \
258 rm -f $(tree-share-prefix)/fonts/tfm/* && \ 258 rm -f $(tree-share-prefix)/fonts/tfm/* && \
259 rm -f $(tree-share-prefix)/fonts/type1/* && \ 259 rm -f $(tree-share-prefix)/fonts/type1/* && \
260 cd $(tree-share-prefix)/fonts/otf && \ 260 cd $(tree-share-prefix)/fonts/otf && \
261 ln -s ../../../../../../mf/$(outconfbase)/*.otf . && \ 261 ln -s ../../../../../../mf/$(outconfbase)/*.otf . && \
262 ln -s ../../../../../../mf/$(outconfbase)/*.cid . && \
263 ln -s ../../../../../../mf/$(outconfbase)/*.ps . && \
262 $(foreach i,$(addprefix $(TEXGYRE_DIR)/,$(TEXGYRE_FILES)), \ 264 $(foreach i,$(addprefix $(TEXGYRE_DIR)/,$(TEXGYRE_FILES)), \
263 ln -s $i . && ) true && \ 265 ln -s $i . && ) true && \
264 $(foreach i,$(addprefix $(URWOTF_DIR)/,$(URWOTF_FILES)), \ 266 $(foreach i,$(addprefix $(URWOTF_DIR)/,$(URWOTF_FILES)), \
265 ln -s $i . && ) true 267 ln -s $i . && ) true
266 -cd $(tree-share-prefix)/fonts && \ 268 -cd $(tree-share-prefix)/fonts && \
267 ln -s ../../../../../mf/$(outconfbase)/fonts.conf . && \ 269 ln -s ../../../../../mf/$(outconfbase)/fonts.conf . && \
268 ln -s ../../../../../mf/$(outconfbase)/00-lilypond-fonts.conf . && \ 270 ln -s ../../../../../mf/$(outconfbase)/00-lilypond-fonts.conf . && \
269 ln -s ../../../../../mf/$(outconfbase)/99-lilypond-fonts.conf . 271 ln -s ../../../../../mf/$(outconfbase)/99-lilypond-fonts.conf .
270 -cd $(tree-share-prefix)/fonts/svg && \ 272 -cd $(tree-share-prefix)/fonts/svg && \
271 ln -s ../../../../../../mf/$(outconfbase)/*.svg . 273 ln -s ../../../../../../mf/$(outconfbase)/*.svg .
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 test-snippets-clean: 360 test-snippets-clean:
359 rm -rf out/lybook-testdb 361 rm -rf out/lybook-testdb
360 362
361 # we want this separate for security; see CG 4.2. -gp 363 # we want this separate for security; see CG 4.2. -gp
362 website: 364 website:
363 $(MAKE) config_make=$(config_make) \ 365 $(MAKE) config_make=$(config_make) \
364 top-src-dir=$(top-src-dir) \ 366 top-src-dir=$(top-src-dir) \
365 -f $(top-src-dir)/make/website.make \ 367 -f $(top-src-dir)/make/website.make \
366 website 368 website
367 369
OLDNEW
« no previous file with comments | « no previous file | configure.ac » ('j') | mf/GNUmakefile » ('J')

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