]> hydra-www.ietfng.org Git - gtetrinet/commitdiff
added theme files to EXTRA_DIST.
authorJordi Albornoz <jordi@src.gnome.org>
Sat, 6 Jul 2002 00:51:21 +0000 (00:51 +0000)
committerJordi Albornoz <jordi@src.gnome.org>
Sat, 6 Jul 2002 00:51:21 +0000 (00:51 +0000)
ChangeLog
po/ca.po
themes/default/Makefile.am
themes/small/Makefile.am

index 121dc3b0dcc4751d8334568041a73bfdfb27c765..79f14e24fc76286325d23a81994c4ca61c2b5d94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-06  Jordi Mallach  <jordi@sindominio.net>
+
+       * themes/default/Makefile.am (EXTRA_DIST): added $(defaulttheme_DATA).
+       * themes/small/Makefile.am (EXTRA_DIST): added $(smalltheme_DATA).
+
 2002-06-29  Jordi Mallach  <jordi@sindominio.net>
 
        * NEWS: extracted GTetrinet's history from the ChangeLog.
index e97ef9fe9cfd6bb6622ef06d964d587c8a59da77..ab9cd6550e143d3deeb001491d311c4fdcd8cee9 100644 (file)
--- 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 <jordi@debian.org>\n"
 "Language-Team: Catalan <ca@dodds.net>\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ó"
index c578c4b9596349cbca1f4cba42f6a267dbfff59f..3037db0c44b0fac5ec0eaa10696a4b4089b6352d 100644 (file)
@@ -1,3 +1,5 @@
 defaultthemedir = $(pkgdatadir)/themes/default
 
 defaulttheme_DATA = blocks.png theme.cfg
+
+EXTRA_DIST = $(defaulttheme_DATA)
index a6dc41808991b6e6023b88424e92b5b5a1ca6509..7483621734773fcc7ea897357a94d23122d0d649 100644 (file)
@@ -1,3 +1,5 @@
 smallthemedir = $(pkgdatadir)/themes/small
 
 smalltheme_DATA = blocks.png theme.cfg
+
+EXTRA_DIST = $(smalltheme_DATA)