]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/po/GNUmakefile
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / Documentation / po / GNUmakefile
index dc3d16144c5936e6349cd5ff34b6a09f343be75b..9224f2c1dc917a2bd39803bf499e508cfd0474b6 100644 (file)
@@ -10,9 +10,9 @@ LANGS = $(shell $(PYTHON) $(top-src-dir)/python/langdefs.py)
 DOMAIN=lilypond-doc
 DOC_PO_SOURCES = python/auxiliar/postprocess_html.py \
  scripts/build/texi-gettext.py scripts/auxiliar/translations-status.py
-TELY_FILES = $(shell ls $(depth)/Documentation/user/lilypond*.tely)
-TELY_FILES += $(foreach l, $(LANGS), $(shell ls $(depth)/Documentation/$(l)/user/lilypond*.tely))
-LSR_LYS := $(shell ls $(depth)/input/lsr/*.ly)
+TELY_FILES = $(shell ls $(depth)/Documentation/user/*.tely)
+TELY_FILES += $(foreach l, $(LANGS), $(shell ls $(depth)/Documentation/$(l)/*.tely))
+LSR_LYS := $(shell ls $(depth)/Documentation/snippets/*.ly)
 TELY_FILES += $(LSR_LYS:%.ly=../%.ly)
 
 messages: $(outdir)/messages
@@ -34,3 +34,7 @@ po-update:
        for i in $(CATALOGS); do \
          msgmerge -U $$i.po lilypond-doc.pot; \
        done
+
+ifeq ($(out),www)
+local-WWW-1: messages
+endif