From 87401a6fd957b3c2f6a99a915e87b4c192af6d02 Mon Sep 17 00:00:00 2001 From: mazze Date: Wed, 30 Mar 2016 17:15:13 +0000 Subject: [PATCH] Build all catalogs. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@52456 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/prefs/time/catalogs/mmakefile.src | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/workbench/prefs/time/catalogs/mmakefile.src b/workbench/prefs/time/catalogs/mmakefile.src index d7b5588e82..b328fb47af 100644 --- a/workbench/prefs/time/catalogs/mmakefile.src +++ b/workbench/prefs/time/catalogs/mmakefile.src @@ -3,4 +3,8 @@ include $(SRCDIR)/config/aros.cfg -%build_catalogs mmake=workbench-prefs-time-catalogs name=Time subdir=System/Prefs +CATALOGS:=croatian czech danish finnish french german hungarian italian polish portuguese russian spanish + +%build_catalogs mmake=workbench-prefs-time-catalogs \ + catalogs=$(CATALOGS) \ + name=Time subdir=System/Prefs -- 2.11.4.GIT