]> git.donarmstrong.com Git - lilypond.git/blobdiff - po/GNUmakefile
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / po / GNUmakefile
index bd0fcdc099ea72f9fb5683ae1f76f9795039d507..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 = $(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) $(POT_FILES)
-STEPMAKE_TEMPLATES=podir
-
-include $(depth)/make/stepmake.make 
+include $(depth)/make/stepmake.make
 
 default: $(MO_FILES)