X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=po%2FGNUmakefile;h=1907a2c2eee3e3c0d85822832a39a696bcdfebed;hb=74a12ee8c67a26e7afc1874259b7ff15afc7b080;hp=e6905f1b66606c5d0aba266d1cbbac915c312bad;hpb=339ec2c5d3556ac255833d8cabc35fce6046be41;p=lilypond.git diff --git a/po/GNUmakefile b/po/GNUmakefile index e6905f1b66..1907a2c2ee 100644 --- a/po/GNUmakefile +++ b/po/GNUmakefile @@ -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)