]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/GNUmakefile
Append /../lib to default rpath.
[lilypond.git] / Documentation / user / GNUmakefile
1 depth=../..
2
3 LATEX_FILES =$(call src-wildcard,*.latex)
4
5
6 EXTRA_DIST_FILES = $(LATEX_FILES) $(IMAGES) $(EPS_ILLUSTRATIONS)
7 EXTRA_DIST_FILES += README.txt writing-texinfo.txt policy.txt writing-sections.txt
8
9 IMAGES=$(call src-wildcard,*.png)
10 EPS_ILLUSTRATIONS=context-example.eps
11 PDF_ILLUSTRATIONS=context-example.pdf
12
13 OUT_PDF_IMAGES=$(IMAGES:%.png=$(outdir)/%.pdf) $(addprefix $(outdir)/,$(PDF_ILLUSTRATIONS))
14
15 OUT_PNG_IMAGES=$(OUT_PDF_IMAGES:%.pdf=%.png)
16
17 OUT_TEXI_FILES=$(ITEXI_FILES:%.itexi=$(outdir)/%.texi)\
18  $(ITELY_FILES:%.itely=$(outdir)/%.texi)
19
20 MASTER_TEXI_FILES = $(TELY_FILES:%.tely=$(outdir)/%.texi)\
21  $(outdir)/lilypond-internals.texi
22
23 HTML_FILES = $(TELY_FILES:%.tely=$(outdir)/%-big-page.html)\
24  $(outdir)/lilypond-internals-big-page.html
25
26 # todo: add latex.
27 PDF_FILES = $(TELY_FILES:%.tely=$(outdir)/%.pdf)\
28  $(outdir)/lilypond-internals.pdf
29
30 MAIN_INFO_DOC = lilypond
31 INFO_DOCS = lilypond lilypond-internals music-glossary lilypond-program lilypond-learning
32 INFO_FILES = $(INFO_DOCS:%=$(outdir)/%.info)
33
34 ifeq ($(out),www)
35 INFO_IMAGES_DIR = lilypond
36 DEST_INFO_IMAGES_SUBDIR = Documentation/user
37 endif
38
39 STEPMAKE_TEMPLATES=texinfo omf documentation
40 OMF_FILES += $(outdir)/lilypond-internals.html.omf
41
42 LOCALSTEPMAKE_TEMPLATES=lilypond ly
43
44 include $(depth)/make/stepmake.make
45
46 default:
47
48 info: $(INFO_FILES)
49         @echo export LILYPOND_DATADIR=$(LILYPOND_DATADIR)
50         @echo export PYTHONPATH=$(PYTHONPATH)
51
52 xml: $(outdir)/lilypond/lilypond.xml $(outdir)/lilypond-internals/lilypond-internals.xml
53
54
55 local-clean:
56         rm -f $(INFO_IMAGES_DIR)
57
58 local-help: extra-local-help
59
60 extra-local-help:
61         @echo -e "\
62   info        update info pages\n\
63   xml         update Docbook xml documentation\n\
64 "
65
66 $(outdir)/lilypond.texi: $(outdir)/lilypond-internals.texi
67
68 #
69 # Split manuals in HTML
70 #
71 $(outdir)/lilypond/index.html: $(OUT_PNG_IMAGES) $(OUT_EPS_IMAGES)
72 $(outdir)/lilypond-learning/index.html: $(OUT_PNG_IMAGES) $(OUT_EPS_IMAGES)
73
74
75 #
76 # Manuals in one big HTML page
77 #
78 $(outdir)/lilypond-big-page.html: $(OUT_PNG_IMAGES)
79 $(outdir)/lilypond-learning-big-page.html: $(OUT_PNG_IMAGES)
80
81 $(outdir)/lilypond.xml: $(outdir)/lilypond.texi
82         mkdir -p $(dir $@)
83         $(MAKEINFO) -I$(outdir) --output=$@ --docbook $<
84
85 $(outdir)/lilypond-internals/lilypond-internals.xml: $(outdir)/lilypond-internals.texi
86         mkdir -p $(dir $@)
87         $(MAKEINFO) --output=$(outdir)/lilypond-internals --docbook $<
88
89 $(outdir)/lilypond.pdf $(outdir)/lilypond-learning.pdf: $(OUT_PDF_IMAGES)
90
91 $(outdir)/%.png: %.png
92         convert -depth 8 -geometry 50x50% $< $@
93
94 $(outdir)/%.png: %.eps
95         gs -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -q -sOutputFile=$@ -sDEVICE=png16m -dEPSCrop -dNOPAUSE -f $< -c quit
96
97 $(outdir)/%.pdf: %.png
98         convert -depth 8 $< $@
99
100 $(outdir)/%.pdf: %.eps
101         gs -dAutoRotatePages=/None -sDEVICE=pdfwrite -dNOPAUSE -dBATCH -sOutputFile=$@ -dEPSCrop -c .setpdfwrite -f $<
102
103
104 DEEP_HTML_FILES =\
105  $(outdir)/lilypond/index.html\
106  $(outdir)/lilypond-internals/index.html\
107  $(outdir)/music-glossary/index.html\
108  $(outdir)/lilypond-program/index.html\
109  $(outdir)/lilypond-learning/index.html
110
111 # Symlinks to refer to external source documents from split and non-split HTML
112 source-links = $(outdir)/source $(outdir)/lilypond/source $(outdir)/music-glossary/source \
113  $(outdir)/lilypond-program/source $(outdir)/lilypond-learning/source $(outdir)/lilypond-internals/source
114
115 $(outdir)/source:
116         @rm -f $(@)
117         ln -sf $(depth) $(@)
118
119 $(outdir)/%/source:
120         @rm -f $(@)
121         mkdir -p $(dir $@)
122         ln -sf $(depth)/.. $(@)
123
124 local-WWW-1: $(MASTER_TEXI_FILES) $(PDF_FILES) info
125
126 local-WWW-2: $(HTML_FILES) $(DEEP_HTML_FILES) $(source-links)
127
128 $(outdir)/%.bib: %.bib
129         ln -f $< $@
130
131 # lilypond.texi deps
132 $(top-build-dir)/mf/$(outconfbase)/feta16list.ly:
133         $(MAKE) -C $(top-src-dir)/mf
134
135 $(outdir)/lilypond.texi $(outdir)/lilypond-program.texi $(outdir)/lilypond-learning.texi $(outdir)/music-glossary.texi: $(ITELY_FILES) $(ITEXI_FILES)
136
137
138 # Rules for the automatically generated documentation
139
140 # There used to be a dependency on a dummy target, to force a rebuild
141 # of lilypond-internals every time.  however, this triggers
142 # compilation during install, which is a bad thing (tm).
143
144 $(outdir)/lilypond-internals.texi: $(LILYPOND_BINARY)
145         cd $(outdir) && $(LILYPOND_BINARY) --verbose $(top-src-dir)/ly/generate-documentation
146
147 .SECONDARY: