Remove unused prototype in score.hh.
[lilypond/mpolesky.git] / make / doc-i18n-root-targets.make
blobe5ea060283e5cf2a47c214eb5ce9e1c6b8a071ed
1 default:
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
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 (echo | grep -L 'UNTRANSLATED NODE: IGNORE ME' $(HTML_FILES)) | xargs $(buildscript-dir)/mass-link --prepend-suffix .$(ISOLANG) hard $(outdir) $(top-build-dir)/Documentation/$(outdir)
15 $(DOCUMENTATION_LOCALE_TARGET):
16 $(MAKE) -C $(depth)/Documentation/po out=www messages
17 touch $@
18 endif