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

Side by Side Diff: Documentation/topdocs/GNUmakefile

Issue 557080043: Issue 5568: make build output terse by default (Closed)
Patch Set: s&r ly_info -> ly_progress Created 4 years, 5 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 | « Documentation/po/GNUmakefile ('k') | GNUmakefile.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 depth = ../.. 1 depth = ../..
2 2
3 STEPMAKE_TEMPLATES=documentation tex texinfo topdocs 3 STEPMAKE_TEMPLATES=documentation tex texinfo topdocs
4 LOCALSTEPMAKE_TEMPLATES=lilypond ly 4 LOCALSTEPMAKE_TEMPLATES=lilypond ly
5 OUT_TEXI_FILES = $(TEXI_FILES:%.texi=$(outdir)/%.texi) $(TELY_FILES:%.tely=$(out dir)/%.texi) 5 OUT_TEXI_FILES = $(TEXI_FILES:%.texi=$(outdir)/%.texi) $(TELY_FILES:%.tely=$(out dir)/%.texi)
6 HTML_FILES=$(TEXI_FILES:%.texi=$(outdir)/%.html) $(TELY_FILES:%.tely=$(outdir)/% .html) 6 HTML_FILES=$(TEXI_FILES:%.texi=$(outdir)/%.html) $(TELY_FILES:%.tely=$(outdir)/% .html)
7 README_TOP_FILES=NEWS AUTHORS INSTALL README 7 README_TOP_FILES=NEWS AUTHORS INSTALL README
8 OUTTXT_FILES= $(outdir)/NEWS.txt 8 OUTTXT_FILES= $(outdir)/NEWS.txt
9 9
10 include $(depth)/make/stepmake.make 10 include $(depth)/make/stepmake.make
11 11
12 DOCUMENTATION_INCLUDES += -I $(outdir) \ 12 DOCUMENTATION_INCLUDES += -I $(outdir) \
13 -I $(top-src-dir)/Documentation 13 -I $(top-src-dir)/Documentation
14 14
15 # FIXME ad-hoc file copy? 15 # FIXME ad-hoc file copy?
16 $(outdir)/NEWS.tely: $(top-src-dir)/Documentation/changes.tely 16 $(outdir)/NEWS.tely: $(top-src-dir)/Documentation/changes.tely
17 $(call ly_progress,Making,$@,(copy))
17 cp -f $< $@ 18 cp -f $< $@
18 19
19 ifeq ($(out),www) 20 ifeq ($(out),www)
20 local-WWW-1: $(OUT_TEXI_FILES) 21 local-WWW-1: $(OUT_TEXI_FILES)
21 endif 22 endif
OLDNEW
« no previous file with comments | « Documentation/po/GNUmakefile ('k') | GNUmakefile.in » ('j') | no next file with comments »

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