3 LATEX_FILES =$(wildcard *.latex)
6 DVI_FILES = $(addprefix $(outdir)/, $(TELY_FILES:.tely=.dvi))
8 EXTRA_DIST_FILES= $(LATEX_FILES) $(IMAGES)
9 IMAGES=$(wildcard *.png)
11 OUT_EPS_IMAGES=$(addprefix $(outdir)/,$(IMAGES:.png=.eps))
12 OUT_PNG_IMAGES=$(addprefix $(outdir)/,$(IMAGES))
13 OUT_ITEXI_FILES=$(addprefix $(outdir)/,$(ITELY_FILES:.itely=.itexi)
14 HTML_FILES = $(addprefix $(outdir)/, $(TELY_FILES:.tely=.html))
16 PS_FILES = $(DVI_FILES:.dvi=.ps)
17 PDF_FILES = $(DVI_FILES:.dvi=.pdf)
19 PS_GZ_FILES= $(addsuffix .gz, $(PS_FILES))
21 INFO_DOCS = lilypond lilypond-internals music-glossary
22 INFO_FILES = $(INFO_DOCS:%=$(outdir)/%.info)
24 STEPMAKE_TEMPLATES=tex texinfo omf documentation
26 OMF_FILES += $(outdir)/lilypond-internals.html.omf
28 LOCALSTEPMAKE_TEMPLATES=lilypond ly
30 include $(depth)/make/stepmake.make
38 # There are two modes for info: with and without images.
41 # This builds all .info targets with images, in out-www.
42 # Viewawble with a recent Emacs, doing: M-x info out-www/lilypond.info
46 # Cancel the special, non-image info generation rule that skips images:
47 $(outdir)/%.info: $(outdir)/%.nexi
49 local-install-info: install-info info
50 -$(INSTALL) -d $(DESTDIR)$(package_infodir)
51 ifneq ($(patsubst %/local,%,$(DESTDIR)$(prefix)),/usr)
52 ## Can not have absolute symlinks because some binary packages build schemes
53 ## install files in nonstandard root. Best we can do is to notify the
54 ## builder or packager.
56 @echo "For images in the INFO docs to work, do: "
57 @echo " (cd $(package_infodir) && ln -sf ../../doc/lilypond/Documentation/user/out-www/*png .)"
58 @echo "or add something like that to the postinstall script."
61 (cd $(package_infodir) && ln -sf $(local_package_docdir)/Documentation/user/out-www/*png .)
65 rm -f $(package_infodir)/*.png
67 # Cancel the default info generation rule that generates images:
68 $(outdir)/%.info: # $(outdir)/%.texi
71 # All web targets, except info image symlinks and info docs are
72 # installed in non-recursing target from TOPDIR
73 local-install-WWW: local-install-info
74 local-uninstall-WWW: local-uninstall-info
79 local-help: extra-local-help
83 dvi update dvi documents\n\
84 info update info pages\n\
85 ps update PostScript documents\n\
88 # Generic rule using % twice not possible?
89 # $(outdir)/%/%.html: $(outdir)/%.texi
90 $(outdir)/lilypond.texi: $(outdir)/lilypond-internals.texi
91 $(outdir)/lilypond.nexi: $(outdir)/lilypond-internals.texi
94 $(outdir)/lilypond/lilypond.html: $(outdir)/lilypond.texi
96 $(MAKEINFO) -I$(outdir) --output=$(outdir)/lilypond --css-include=$(builddir)/Documentation/texinfo.css --html $<
97 $(MAKEINFO) -I$(outdir) --output=$@ --css-include=$(builddir)/Documentation/texinfo.css --html --no-split --no-headers $<
98 perl -i~ -pe 's!../lilypond-internals!lilypond-internals/!g' $(outdir)/lilypond.html
99 rm -f $(outdir)/lilypond/*.png $(outdir)/lilypond/*.ly
100 -ln -f $(outdir)/*.png $(outdir)/*.ly $(outdir)/lilypond/
102 $(outdir)/lilypond-internals/lilypond-internals.html: $(outdir)/lilypond-internals.texi
104 $(MAKEINFO) --output=$(outdir)/lilypond-internals --css-include=$(builddir)/Documentation/texinfo.css --html $<
105 $(MAKEINFO) -I$(outdir) --output=$@ --css-include=$(builddir)/Documentation/texinfo.css --html --no-split --no-headers $<
107 ifeq ($(SPLITTING_MAKEINFO),yes)
109 $(outdir)/lilypond.dvi: $(OUT_EPS_IMAGES) $(OUT_PNG_IMAGES)
111 $(outdir)/%.png: %.png
112 convert -geometry 50x50% $< $@
114 $(outdir)/%.eps: %.png
117 DEEP_HTML_FILES = $(outdir)/lilypond/lilypond.html $(outdir)/lilypond-internals/lilypond-internals.html
121 # Links referred to by Documentation index
122 LILYPOND_LINKS=Reference-Manual.html Tutorial.html Ly2dvi.html Midi2ly.html
124 local-WWW: outimages deep-symlinks
127 mkdir -p $(outdir)/lilypond
128 cd $(outdir)/lilypond && $(foreach i, $(LILYPOND_LINKS),\
129 rm -f $(i) && ln -s lilypond.html $(i) &&) true
134 local-WWW: $(HTML_FILES) $(datafiles) $(PDF_FILES) $(PS_GZ_FILES) $(DEEP_HTML_FILES) info info-dir
136 local-WWW-clean: deep-WWW-clean
139 rm -rf $(outdir)/lilypond $(outdir)/lilypond-internals
142 $(SHELL) $(buildscript-dir)/install-info-html.sh --dir=$(outdir) lilypond lilypond-internals
145 $(outdir)/%.bib: %.bib
149 rm -f fonts.aux fonts.log feta*.tfm feta*.*pk
150 rm -rf $(outdir)/lilypond $(outdir)/lilypond-internals
153 $(builddir)/mf/$(outconfbase)/feta16list.ly:
154 $(MAKE) -C $(topdir)/mf
156 $(outdir)/lilypond.texi: $(ITELY_FILES) $(ITEXI_FILES)
157 $(outdir)/lilypond.nexi: $(ITELY_FILES) $(ITEXI_FILES)
159 # Rules for the automatically generated documentation
160 # When cross-compiling, we don't have lilypond, so we fake
164 # There used to be a dependency on a dummy target, to force a rebuild
165 # of lilypond-internals every time. however, this triggers
166 # compilation during install, which is a bad thing (tm).
168 $(outdir)/lilypond-internals.nexi $(outdir)/lilypond-internals.texi: $(builddir)/lily/$(outconfbase)/lilypond-bin
169 cd $(outdir) && $(builddir)/lily/$(outconfbase)/lilypond-bin --verbose $(abs-srcdir)/ly/generate-documentation
170 rm -f $(outdir)/lilypond-internals.nexi
171 -ln $(outdir)/lilypond-internals.texi $(outdir)/lilypond-internals.nexi
175 $(outdir)/interfaces.itexi: dummy
176 cd $(outdir) && $(builddir)/lily/$(outconfbase)/lilypond-bin $(abs-srcdir)/ly/generate-interface-doc
180 $(outdir)/lilypond-internals.nexi $(outdir)/lilypond-internals.texi:
182 touch $(outdir)/$(*F).nexi
184 $(outdir)/interfaces.itexi:
185 cp dummy-interfaces.itexi $@
189 local-clean: local-delete
192 -for i in $$(seq 0 9); do \
193 for j in dvi eps eps.bbox eps.trans log png tex; do \
194 rm -f $(outdir)/lily-$$i*$$j; \