]> git.donarmstrong.com Git - lilypond.git/blob - make/doc-i18n-user-targets.make
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / make / doc-i18n-user-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)
12
13 $(DOCUMENTATION_LOCALE_TARGET):
14         $(MAKE) -C $(depth)/Documentation/po out=www messages
15         touch $@
16 endif