]> git.donarmstrong.com Git - lilypond.git/blobdiff - po/GNUmakefile
release: 1.3.0
[lilypond.git] / po / GNUmakefile
index 8dc71cb5db6936a2f5041725f25950ddeea408c7..fb421f78908c3fe1a490f26d23f4870b4b570cb1 100644 (file)
@@ -6,14 +6,15 @@ depth = ..
 NAME = lilypond
 MODULE_NAME = po
 
+POT_FILES = $(wildcard *.pot)
 PO_FILES = $(wildcard *.po)
 MO_FILES = $(addprefix $(outdir)/, $(PO_FILES:.po=.mo))
 HELP_CATALOGS = $(PO_FILES:%.po=%)
-CATALOGS = $(HELP_CATALOGS:lilypond=)
-EXTRA_DIST_FILES = TODO $(PO_FILES)
+CATALOGS = $(HELP_CATALOGS:lilypond=) 
+EXTRA_DIST_FILES = TODO $(PO_FILES) $(POT_FILES)
+STEPMAKE_TEMPLATES=podir
 
 include $(depth)/make/stepmake.make 
-include $(stepdir)/po-rules.make
 
 default: $(MO_FILES)