summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-01-09 14:24:33 +0100
committerMiklos Vajna <vmiklos@suse.cz>2013-01-10 09:30:47 +0000
commita5838b19bc774efd261c1d6c78a2b6eb62f1b502 (patch)
tree214cc0c4208c4078d8a26c72fe58ad6618ef96a3 /Makefile.in
parent0f2a3a3bdc157d997fe1967e10300fc6fecf2bec (diff)
add rule for generating fresh pot (po template) files
Moved from translations' custom makefile. Change-Id: Ife58bfa3ee607b06617d7db80408afb453b9a10c Reviewed-on: https://gerrit.libreoffice.org/1622 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 9c122585ff3f..013548b8ee57 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -422,7 +422,7 @@ check: dev-install subsequentcheck
subsequentcheck :| $(if $(filter-out subsequentcheck,$(MAKECMDGOALS)),dev-install)
$(GNUMAKE) -j $(CHECK_PARALLELISM) $(GMAKE_OPTIONS) -f $(SRC_ROOT)/Makefile.post $@
-unitcheck slowcheck debugrun:
+unitcheck slowcheck debugrun translations:
$(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) -f $(SRC_ROOT)/Makefile.post $@
endif # not clean or distclean