X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=po%2Fautomake.mk;h=dbe86dc8a6efe242bbae6fb17882a8682ca8714e;hb=5a6eb80ae820be3452a9577d18dd7fa355c9a740;hp=1f5ca31bd0b1c3607586d7d5bdc0cc4895a102ea;hpb=3eb9c30ebea7269e9eae90bd9ab5e0a363478297;p=pspp-builds.git diff --git a/po/automake.mk b/po/automake.mk index 1f5ca31b..dbe86dc8 100644 --- a/po/automake.mk +++ b/po/automake.mk @@ -4,7 +4,7 @@ XGETTEXT=xgettext MSGMERGE=msgmerge MSGFMT=msgfmt -POFILES=po/en_GB.po po/nl.po +POFILES=po/en_GB.po po/nl.po po/pt_BR.po POTFILE=po/$(DOMAIN).pot @@ -23,7 +23,8 @@ $(POTFILE): $(TRANSLATABLE_FILES) $(POFILES): $(POTFILE) - $(MSGMERGE) $(top_srcdir)/$* $< -o $@ + $(MSGMERGE) $(top_srcdir)/$@ $< -o $@ + .po.gmo: @$(MKDIR_P) `dirname $@`