X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=po%2Fautomake.mk;h=cfb186ab8c2cb5cd97eb2056582eeb143107a6e4;hb=b6d66ec3f328d0e8bf35b71f29332695121f7173;hp=b4c8027ce1b0bde7c3177fec5eab2b8cf28da606;hpb=ddea8ae6c62e7e85d40cf5ab59d36de86d699ae4;p=pspp diff --git a/po/automake.mk b/po/automake.mk index b4c8027ce1..cfb186ab8c 100644 --- a/po/automake.mk +++ b/po/automake.mk @@ -1,3 +1,19 @@ +# PSPP - a program for statistical analysis. +# Copyright (C) 2017 Free Software Foundation, Inc. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# include $(top_srcdir)/po/Makevars XGETTEXT=xgettext @@ -23,6 +39,8 @@ POFILES = \ po/uk.po \ po/zh_CN.po +LOCALPOFILES = po/cs.po po/en_GB.po + POTFILE=po/$(DOMAIN).pot TRANSLATABLE_FILES = $(DIST_SOURCES) $(all_q_sources) @@ -42,7 +60,7 @@ $(POTFILE): $(TRANSLATABLE_FILES) $(UI_FILES) src/ui/gui/gen-dot-desktop.sh $(AM_V_at)$(XGETTEXT) --directory=$(top_srcdir) $(XGETTEXT_OPTIONS) -j src/ui/gui/gen-dot-desktop.sh --language=shell --keyword=TRANSLATE -o $@,tmp $(AM_V_at)$(SED) -e '/^"POT-Creation-Date: .*/d' $@,tmp > $@ -$(POFILES): $(POTFILE) +$(LOCALPOFILED) $(POFILES): $(POTFILE) $(AM_V_GEN)$(MSGMERGE) --quiet $(top_srcdir)/$@ $? -o $@,tmp $(AM_V_at)if test -e $(top_srcdir)/$@,aux ; then \ touch $@,tmp ; \ @@ -58,7 +76,7 @@ SUFFIXES += .po .gmo $(AM_V_GEN)$(MSGFMT) $< -o $@ -GMOFILES = $(POFILES:.po=.gmo) +GMOFILES = $(LOCALPOFILES:.po=.gmo) $(POFILES:.po=.gmo) ALL_LOCAL += $(GMOFILES) @@ -77,6 +95,7 @@ uninstall-hook: EXTRA_DIST += \ + $(LOCALPOFILES) \ $(POFILES) \ $(POTFILE) \ po/ChangeLog \ @@ -88,15 +107,11 @@ CLEANFILES += $(GMOFILES) $(POTFILE) # the source directory. po_CLEAN: @if test "$(srcdir)" != .; then \ - echo rm -f $(POFILES); \ - rm -f $(POFILES); \ + echo rm -f $(LOCALPOFILES) $(POFILES); \ + rm -f $(LOCALPOFILES) $(POFILES); \ fi CLEAN_LOCAL += po_CLEAN -WGET = wget +RSYNC = rsync po-update: - cd $(srcdir) && rm -f $(POFILES) - cd $(srcdir)/po && \ - for po in `echo '$(POFILES)' | sed 's,po/,,g'`; do \ - $(WGET) https://translationproject.org/latest/pspp/$$po; \ - done + $(RSYNC) -Lrtvz translationproject.org::tp/latest/pspp/ $(srcdir)/po