]> git.donarmstrong.com Git - lilypond.git/blobdiff - po/GNUmakefile
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / po / GNUmakefile
index e6905f1b66606c5d0aba266d1cbbac915c312bad..1907a2c2eee3e3c0d85822832a39a696bcdfebed 100644 (file)
@@ -1,20 +1,15 @@
 # title           makefile for po
-# file    po/Makefile 
+# file    po/Makefile
 
 depth = ..
 
 NAME = lilypond
 MODULE_NAME = po
+DOMAIN = $(NAME)
+EXTRA_DIST_FILES = TODO README
+STEPMAKE_TEMPLATES=podir 
 
-POT_FILES = $(call src-wildcard,*.pot)
-PO_FILES = $(call src-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) $(POT_FILES)
-STEPMAKE_TEMPLATES=podir
-
-include $(depth)/make/stepmake.make 
+include $(depth)/make/stepmake.make
 
 default: $(MO_FILES)