summaryrefslogtreecommitdiff
path: root/cfg.mk
blob: 1e56f35c21bbf6015f41dfedd97c591cdb77c528 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
old_NEWS_hash = d41d8cd98f00b204e9800998ecf8427e
_makefile_at_at_check_exceptions = ' && !/INTL_MACOSX_LIBS/'

generated_files = $(srcdir)/lib/*.[ch] src/vala/*.c src/disfluid.gresource.c
_gl_translatable_string_re ?= \b(N?_|gettext) *\([^)"]*("|$$)|translatable="yes"

.PHONY: push-updated-translations

push-updated-translations:
	@rm -rf translations-updated
	git clone $(srcdir) translations-updated
	(cd translations-updated && git checkout translations)
	cp $(srcdir)/po/*.po translations-updated
	(cd translations-updated && git add *.po && git commit -m"Update translations" && git push)
	@rm -rf translations-updated