]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/GNUmakefile
* stepmake/aclocal.m4: Store computed version in variable.
[lilypond.git] / Documentation / user / GNUmakefile
1 depth=../..
2
3 LATEX_FILES =$(wildcard *.latex)
4
5 # todo: add latex.
6 DVI_FILES = $(addprefix $(outdir)/, $(TELY_FILES:.tely=.dvi))
7
8 EXTRA_DIST_FILES= $(LATEX_FILES) $(IMAGES)
9 IMAGES=$(wildcard *.png)
10
11 OUT_EPS_IMAGES=$(addprefix $(outdir)/,$(IMAGES:.png=.eps))
12 OUT_PNG_IMAGES=$(addprefix $(outdir)/,$(IMAGES))
13
14 HTML_FILES = $(addprefix $(outdir)/, $(TELY_FILES:.tely=.html))
15
16 PS_FILES = $(DVI_FILES:.dvi=.ps)
17 PDF_FILES = $(DVI_FILES:.dvi=.pdf)
18
19 PS_GZ_FILES= $(addsuffix .gz, $(PS_FILES))
20
21 INFO_DOCS = lilypond lilypond-internals music-glossary
22 INFO_FILES = $(INFO_DOCS:%=$(outdir)/%.info)
23
24 STEPMAKE_TEMPLATES=tex texinfo omf documentation
25
26 OMF_FILES += $(outdir)/lilypond-internals.html.omf
27
28 LOCALSTEPMAKE_TEMPLATES=lilypond ly
29 LILYPOND_BOOK_FLAGS = --process="lilypond-bin -I $(srcdir)/input/test -e '(ly:set-option (quote internal-type-checking) \#t)'"
30
31 include $(depth)/make/stepmake.make 
32
33 dvi: $(DVI_FILES)
34
35 ps: $(PS_FILES)
36
37 info: $(INFO_FILES)
38
39 # There are two modes for info: with and without images.
40 ifeq ($(out),www)
41
42 # This builds all .info targets with images, in out-www.
43 # Viewawble with a recent Emacs, doing: M-x info out-www/lilypond.info
44
45 #info: $(INFO_FILES)
46     # Cancel the special, non-image info generation rule that skips images:
47     $(outdir)/%.info: $(outdir)/%.nexi
48 local-install-info: info
49         (cd $(package_infodir) && ln -s $(local_package_docdir)/html/Documentation/user/out-www/*png .)
50 local-uninstall-WWW:
51         rm -f $(package_infodir)/*.png
52 else
53     # Cancel the default info generation rule that generates images:
54     $(outdir)/%.info: # $(outdir)/%.texi
55 endif
56
57 # All web targets, except info image symlinks and info docs are
58 # installed in non-recursing target from TOPDIR
59 local-install-WWW: local-install-info
60 local-uninstall-WWW: local-uninstall-info
61
62 default: 
63
64
65 local-help: extra-local-help
66
67 extra-local-help:
68         @echo -e "\
69   dvi         update dvi documents\n\
70   info        update info pages\n\
71   ps          update PostScript documents\n\
72 "
73
74 # Generic rule using % twice not possible?
75 # $(outdir)/%/%.html: $(outdir)/%.texi
76 $(outdir)/lilypond.texi: $(outdir)/lilypond-internals.texi
77 $(outdir)/lilypond.nexi: $(outdir)/lilypond-internals.texi
78
79
80 $(outdir)/lilypond/lilypond.html: $(outdir)/lilypond.texi 
81         mkdir -p $(dir $@)
82         $(MAKEINFO) -I$(outdir) --output=$(outdir)/lilypond --html $<
83         $(MAKEINFO) -I$(outdir) --output=$@ --html --no-split --no-headers $<
84         perl -i~ -pe 's!../lilypond-internals!lilypond-internals/!g' $(outdir)/lilypond.html
85         rm -f $(outdir)/lilypond/*.png $(outdir)/lilypond/*.ly 
86         -ln -f $(outdir)/*.png $(outdir)/*.ly $(outdir)/lilypond/
87
88 $(outdir)/lilypond-internals/lilypond-internals.html: $(outdir)/lilypond-internals.texi
89         mkdir -p $(dir $@)
90         $(MAKEINFO) --output=$(outdir)/lilypond-internals --html $<
91         $(MAKEINFO) -I$(outdir) --output=$@ --html --no-split --no-headers $<
92
93 ifeq ($(SPLITTING_MAKEINFO),yes)
94
95 $(outdir)/lilypond.dvi: $(OUT_EPS_IMAGES) $(OUT_PNG_IMAGES)
96
97 $(outdir)/%.png: %.png
98         convert -geometry 50x50% $< $@
99
100 $(outdir)/%.eps: %.png
101         convert $< $@
102
103 DEEP_HTML_FILES = $(outdir)/lilypond/lilypond.html $(outdir)/lilypond-internals/lilypond-internals.html
104
105 else
106
107 # Links referred to by Documentation index
108 LILYPOND_LINKS=Reference-Manual.html Tutorial.html Ly2dvi.html Midi2ly.html
109
110 local-WWW: outimages deep-symlinks
111
112 deep-symlinks:
113         mkdir -p $(outdir)/lilypond
114         cd $(outdir)/lilypond && $(foreach i, $(LILYPOND_LINKS),\
115                 rm -f $(i) && ln -s lilypond.html $(i) &&) true
116
117 endif
118
119
120 local-WWW: $(HTML_FILES) $(datafiles) $(PDF_FILES) $(PS_GZ_FILES) $(DEEP_HTML_FILES) info info-dir
121
122 local-WWW-clean: deep-WWW-clean
123
124 deep-WWW-clean:
125         rm -rf $(outdir)/lilypond $(outdir)/lilypond-internals
126
127 info-dir:
128         $(SHELL) $(buildscript-dir)/install-info-html.sh --dir=$(outdir) lilypond lilypond-internals
129
130
131 $(outdir)/%.bib: %.bib
132         ln -f $< $@
133
134 local-clean:
135         rm -f fonts.aux fonts.log feta*.tfm feta*.*pk 
136         rm -rf $(outdir)/lilypond $(outdir)/lilypond-internals
137
138 # lilypond.texi deps
139 $(builddir)/mf/$(outconfbase)/feta16list.ly:
140         $(MAKE) -C $(topdir)/mf
141
142 $(outdir)/lilypond.texi: $(ITELY_FILES) macros.itexi 
143
144 # Rules for the automatically generated documentation
145 # When cross-compiling, we don't have lilypond, so we fake
146 ifneq ($(CROSS),yes)
147
148
149 # There used to be a dependency on a dummy target, to force a rebuild
150 # of lilypond-internals every time.  however, this triggers
151 # compilation during install, which is a bad thing (tm).
152
153 $(outdir)/lilypond-internals.nexi $(outdir)/lilypond-internals.texi: $(builddir)/lily/$(outconfbase)/lilypond-bin
154         cd $(outdir) && $(builddir)/lily/$(outconfbase)/lilypond-bin --verbose $(abs-srcdir)/ly/generate-documentation
155         rm -f $(outdir)/lilypond-internals.nexi
156         -ln $(outdir)/lilypond-internals.texi $(outdir)/lilypond-internals.nexi
157
158
159 ## unused
160 $(outdir)/interfaces.itexi: dummy
161         cd $(outdir) && $(builddir)/lily/$(outconfbase)/lilypond-bin $(abs-srcdir)/ly/generate-interface-doc
162
163 else
164
165 $(outdir)/lilypond-internals.nexi $(outdir)/lilypond-internals.texi:
166         touch $@
167         touch $(outdir)/$(*F).nexi
168
169 $(outdir)/interfaces.itexi:
170         cp dummy-interfaces.itexi $@
171 endif
172
173
174 local-clean: local-delete
175
176 local-delete:
177         -rm -f $(outdir)/lily-1*
178         -rm -f $(outdir)/*