From dd91fb99e96e92227c230c82cd7f593e86ce5e76 Mon Sep 17 00:00:00 2001 From: Jordi Albornoz Date: Sat, 6 Jul 2002 00:51:21 +0000 Subject: [PATCH] added theme files to EXTRA_DIST. --- ChangeLog | 5 +++++ po/ca.po | 14 +++++++------- themes/default/Makefile.am | 2 ++ themes/small/Makefile.am | 2 ++ 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 121dc3b..79f14e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-07-06 Jordi Mallach + + * themes/default/Makefile.am (EXTRA_DIST): added $(defaulttheme_DATA). + * themes/small/Makefile.am (EXTRA_DIST): added $(smalltheme_DATA). + 2002-06-29 Jordi Mallach * NEWS: extracted GTetrinet's history from the ChangeLog. diff --git a/po/ca.po b/po/ca.po index e97ef9f..ab9cd65 100644 --- a/po/ca.po +++ b/po/ca.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtetrinet 0.4.2\n" -"POT-Creation-Date: 2002-06-28 18:02+0200\n" +"POT-Creation-Date: 2002-07-06 02:44+0200\n" "PO-Revision-Date: 2002-06-28 18:04+0200\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" @@ -355,19 +355,19 @@ msgstr "Partyline" msgid "Winlist" msgstr "Marcadors" -#: src/partyline.c:33 src/winlist.c:31 +#: src/partyline.c:53 src/winlist.c:38 msgid "Name" msgstr "Nom" -#: src/partyline.c:34 +#: src/partyline.c:54 msgid "Team" msgstr "Equip" -#: src/partyline.c:95 +#: src/partyline.c:94 msgid "Your name:" msgstr "El vostre nom:" -#: src/partyline.c:104 +#: src/partyline.c:103 msgid "Your team:" msgstr "El vostre equip:" @@ -395,10 +395,10 @@ msgstr " s'ha unit al joc" msgid " have joined the game" msgstr " s'han unit al joc" -#: src/winlist.c:30 +#: src/winlist.c:37 msgid "T" msgstr "E" -#: src/winlist.c:32 +#: src/winlist.c:39 msgid "Score" msgstr "Puntuació" diff --git a/themes/default/Makefile.am b/themes/default/Makefile.am index c578c4b..3037db0 100644 --- a/themes/default/Makefile.am +++ b/themes/default/Makefile.am @@ -1,3 +1,5 @@ defaultthemedir = $(pkgdatadir)/themes/default defaulttheme_DATA = blocks.png theme.cfg + +EXTRA_DIST = $(defaulttheme_DATA) diff --git a/themes/small/Makefile.am b/themes/small/Makefile.am index a6dc418..7483621 100644 --- a/themes/small/Makefile.am +++ b/themes/small/Makefile.am @@ -1,3 +1,5 @@ smallthemedir = $(pkgdatadir)/themes/small smalltheme_DATA = blocks.png theme.cfg + +EXTRA_DIST = $(smalltheme_DATA) -- 2.50.1