]> git.donarmstrong.com Git - lilypond.git/blob - make/doc-i18n-root-targets.make
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / make / doc-i18n-root-targets.make
1 default:
2
3 ifeq ($(out),www)
4 ifneq ($(N0_PDF_FILES),)
5 local-WWW-1: $(MASTER_TEXI_FILES) $(XREF_MAPS_FILES)
6 endif
7 ifeq ($(NO_PDF_FILES),)
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)
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