From 4d857bfab68a1ca9eb0cf037e710b73ef7639729 Mon Sep 17 00:00:00 2001 From: mazze Date: Wed, 30 Mar 2016 14:07:58 +0000 Subject: [PATCH] Build catalogs for version 1. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@52437 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/tools/KeyShow/catalogs/german.ct | 2 +- workbench/tools/KeyShow/catalogs/keyshow.cd | 2 +- workbench/tools/KeyShow/catalogs/mmakefile.src | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/workbench/tools/KeyShow/catalogs/german.ct b/workbench/tools/KeyShow/catalogs/german.ct index 09dd99c891..58c4a39a9e 100644 --- a/workbench/tools/KeyShow/catalogs/german.ct +++ b/workbench/tools/KeyShow/catalogs/german.ct @@ -8,7 +8,7 @@ Zeige Tastaturanordnung ; MSG_AppCopyright Copyright © 2012 The AROS Development Team -; Copyright © 2012 The AROS Development Team +; Copyright \xa9 2012 The AROS Development Team ; MSG_WI_TITLE KeyShow diff --git a/workbench/tools/KeyShow/catalogs/keyshow.cd b/workbench/tools/KeyShow/catalogs/keyshow.cd index 088ae11125..cb17e96517 100644 --- a/workbench/tools/KeyShow/catalogs/keyshow.cd +++ b/workbench/tools/KeyShow/catalogs/keyshow.cd @@ -2,7 +2,7 @@ MSG_AppDescription (//) Show Keyboard Layout ; MSG_AppCopyright (//) -Copyright © 2012 The AROS Development Team +Copyright \xa9 2012 The AROS Development Team ; MSG_WI_TITLE (//) KeyShow diff --git a/workbench/tools/KeyShow/catalogs/mmakefile.src b/workbench/tools/KeyShow/catalogs/mmakefile.src index 747ca20ba3..d0eab64333 100644 --- a/workbench/tools/KeyShow/catalogs/mmakefile.src +++ b/workbench/tools/KeyShow/catalogs/mmakefile.src @@ -3,5 +3,9 @@ include $(SRCDIR)/config/aros.cfg +CATALOGS:=french german +# other catalogs need update to version 2 + %build_catalogs mmake=workbench-tools-keyshow-catalogs \ - name=KeyShow subdir=System/Tools + catalogs=$(CATALOGS) \ + name=KeyShow subdir=System/Tools -- 2.11.4.GIT