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