]> git.donarmstrong.com Git - lilypond.git/blob - make/doc-i18n-root-targets.make
Docs: reorganize documentation directory structure
[lilypond.git] / make / doc-i18n-root-targets.make
1 default:
2
3 ifeq ($(out),www)
4 ifeq ($(ISOLANG),ja)
5 local-WWW-1: $(MASTER_TEXI_FILES) $(XREF_MAPS_FILES)
6 endif
7 ifneq ($(ISOLANG),ja)
8 local-WWW-1: $(MASTER_TEXI_FILES) $(PDF_FILES) $(XREF_MAPS_FILES)
9 endif
10
11 local-WWW-2: $(DEEP_HTML_FILES) $(BIG_PAGE_HTML_FILES) $(DOCUMENTATION_LOCALE_TARGET) $(OUT_HTML_FILES)
12 # FIXME: move the following line to a rule that generate the right file
13         $(buildscript-dir)/mass-link --prepend-suffix .$(ISOLANG) hard $(outdir) $(top-build-dir)/Documentation/$(outdir) $(HTML_FILES)
14
15 $(DOCUMENTATION_LOCALE_TARGET):
16         $(MAKE) -C $(depth)/Documentation/po out=www messages
17         touch $@
18 endif