[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/po wesnoth-editor/Makefile.in.in wesnot...
From: |
Yann Dirson |
Subject: |
[Wesnoth-cvs-commits] wesnoth/po wesnoth-editor/Makefile.in.in wesnot... |
Date: |
Fri, 15 Oct 2004 15:14:18 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <address@hidden> 04/10/15 19:03:27
Modified files:
po/wesnoth-editor: Makefile.in.in
po/wesnoth-ei : Makefile.in.in
po/wesnoth-httt: Makefile.in.in
po/wesnoth-lib : Makefile.in.in
po/wesnoth-sotbe: Makefile.in.in
po/wesnoth-tdh : Makefile.in.in
po/wesnoth-trow: Makefile.in.in
po/wesnoth : Makefile.in.in
Log message:
reinserted old lines in po/*/Makefile.in.in to allow relative localedir
to work
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-editor/Makefile.in.in.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-ei/Makefile.in.in.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-httt/Makefile.in.in.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-lib/Makefile.in.in.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-sotbe/Makefile.in.in.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-tdh/Makefile.in.in.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth-trow/Makefile.in.in.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth/Makefile.in.in.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
Patches:
Index: wesnoth/po/wesnoth-editor/Makefile.in.in
diff -u wesnoth/po/wesnoth-editor/Makefile.in.in:1.1
wesnoth/po/wesnoth-editor/Makefile.in.in:1.2
--- wesnoth/po/wesnoth-editor/Makefile.in.in:1.1 Sun Oct 10 22:02:06 2004
+++ wesnoth/po/wesnoth-editor/Makefile.in.in Fri Oct 15 19:03:27 2004
@@ -12,6 +12,7 @@
# Modified by Yann Dirson for Battle for Wesnoth, for:
# - WML files support
# - proper behaviour when msgfmt is missing
+# - support for relative localedir
PACKAGE = @PACKAGE@
VERSION = @VERSION@
@@ -26,7 +27,9 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = @datadir@
-localedir = $(datadir)/locale
+DATADIR = @DATADIR@
+LOCALEDIR = @LOCALEDIR@
+localedir = @FULLLOCALEDIR@
gettextsrcdir = $(datadir)/gettext/po
INSTALL = @INSTALL@
Index: wesnoth/po/wesnoth-ei/Makefile.in.in
diff -u wesnoth/po/wesnoth-ei/Makefile.in.in:1.1
wesnoth/po/wesnoth-ei/Makefile.in.in:1.2
--- wesnoth/po/wesnoth-ei/Makefile.in.in:1.1 Sun Oct 10 22:02:07 2004
+++ wesnoth/po/wesnoth-ei/Makefile.in.in Fri Oct 15 19:03:27 2004
@@ -12,6 +12,7 @@
# Modified by Yann Dirson for Battle for Wesnoth, for:
# - WML files support
# - proper behaviour when msgfmt is missing
+# - support for relative localedir
PACKAGE = @PACKAGE@
VERSION = @VERSION@
@@ -26,7 +27,9 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = @datadir@
-localedir = $(datadir)/locale
+DATADIR = @DATADIR@
+LOCALEDIR = @LOCALEDIR@
+localedir = @FULLLOCALEDIR@
gettextsrcdir = $(datadir)/gettext/po
INSTALL = @INSTALL@
Index: wesnoth/po/wesnoth-httt/Makefile.in.in
diff -u wesnoth/po/wesnoth-httt/Makefile.in.in:1.1
wesnoth/po/wesnoth-httt/Makefile.in.in:1.2
--- wesnoth/po/wesnoth-httt/Makefile.in.in:1.1 Sun Oct 10 22:02:08 2004
+++ wesnoth/po/wesnoth-httt/Makefile.in.in Fri Oct 15 19:03:27 2004
@@ -12,6 +12,7 @@
# Modified by Yann Dirson for Battle for Wesnoth, for:
# - WML files support
# - proper behaviour when msgfmt is missing
+# - support for relative localedir
PACKAGE = @PACKAGE@
VERSION = @VERSION@
@@ -26,7 +27,9 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = @datadir@
-localedir = $(datadir)/locale
+DATADIR = @DATADIR@
+LOCALEDIR = @LOCALEDIR@
+localedir = @FULLLOCALEDIR@
gettextsrcdir = $(datadir)/gettext/po
INSTALL = @INSTALL@
Index: wesnoth/po/wesnoth-lib/Makefile.in.in
diff -u wesnoth/po/wesnoth-lib/Makefile.in.in:1.1
wesnoth/po/wesnoth-lib/Makefile.in.in:1.2
--- wesnoth/po/wesnoth-lib/Makefile.in.in:1.1 Sun Oct 10 22:02:08 2004
+++ wesnoth/po/wesnoth-lib/Makefile.in.in Fri Oct 15 19:03:27 2004
@@ -12,6 +12,7 @@
# Modified by Yann Dirson for Battle for Wesnoth, for:
# - WML files support
# - proper behaviour when msgfmt is missing
+# - support for relative localedir
PACKAGE = @PACKAGE@
VERSION = @VERSION@
@@ -26,7 +27,9 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = @datadir@
-localedir = $(datadir)/locale
+DATADIR = @DATADIR@
+LOCALEDIR = @LOCALEDIR@
+localedir = @FULLLOCALEDIR@
gettextsrcdir = $(datadir)/gettext/po
INSTALL = @INSTALL@
Index: wesnoth/po/wesnoth-sotbe/Makefile.in.in
diff -u wesnoth/po/wesnoth-sotbe/Makefile.in.in:1.1
wesnoth/po/wesnoth-sotbe/Makefile.in.in:1.2
--- wesnoth/po/wesnoth-sotbe/Makefile.in.in:1.1 Sun Oct 10 22:02:08 2004
+++ wesnoth/po/wesnoth-sotbe/Makefile.in.in Fri Oct 15 19:03:27 2004
@@ -12,6 +12,7 @@
# Modified by Yann Dirson for Battle for Wesnoth, for:
# - WML files support
# - proper behaviour when msgfmt is missing
+# - support for relative localedir
PACKAGE = @PACKAGE@
VERSION = @VERSION@
@@ -26,7 +27,9 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = @datadir@
-localedir = $(datadir)/locale
+DATADIR = @DATADIR@
+LOCALEDIR = @LOCALEDIR@
+localedir = @FULLLOCALEDIR@
gettextsrcdir = $(datadir)/gettext/po
INSTALL = @INSTALL@
Index: wesnoth/po/wesnoth-tdh/Makefile.in.in
diff -u wesnoth/po/wesnoth-tdh/Makefile.in.in:1.1
wesnoth/po/wesnoth-tdh/Makefile.in.in:1.2
--- wesnoth/po/wesnoth-tdh/Makefile.in.in:1.1 Sun Oct 10 22:02:08 2004
+++ wesnoth/po/wesnoth-tdh/Makefile.in.in Fri Oct 15 19:03:27 2004
@@ -12,6 +12,7 @@
# Modified by Yann Dirson for Battle for Wesnoth, for:
# - WML files support
# - proper behaviour when msgfmt is missing
+# - support for relative localedir
PACKAGE = @PACKAGE@
VERSION = @VERSION@
@@ -26,7 +27,9 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = @datadir@
-localedir = $(datadir)/locale
+DATADIR = @DATADIR@
+LOCALEDIR = @LOCALEDIR@
+localedir = @FULLLOCALEDIR@
gettextsrcdir = $(datadir)/gettext/po
INSTALL = @INSTALL@
Index: wesnoth/po/wesnoth-trow/Makefile.in.in
diff -u wesnoth/po/wesnoth-trow/Makefile.in.in:1.1
wesnoth/po/wesnoth-trow/Makefile.in.in:1.2
--- wesnoth/po/wesnoth-trow/Makefile.in.in:1.1 Sun Oct 10 22:02:09 2004
+++ wesnoth/po/wesnoth-trow/Makefile.in.in Fri Oct 15 19:03:27 2004
@@ -12,6 +12,7 @@
# Modified by Yann Dirson for Battle for Wesnoth, for:
# - WML files support
# - proper behaviour when msgfmt is missing
+# - support for relative localedir
PACKAGE = @PACKAGE@
VERSION = @VERSION@
@@ -26,7 +27,9 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = @datadir@
-localedir = $(datadir)/locale
+DATADIR = @DATADIR@
+LOCALEDIR = @LOCALEDIR@
+localedir = @FULLLOCALEDIR@
gettextsrcdir = $(datadir)/gettext/po
INSTALL = @INSTALL@
Index: wesnoth/po/wesnoth/Makefile.in.in
diff -u wesnoth/po/wesnoth/Makefile.in.in:1.1
wesnoth/po/wesnoth/Makefile.in.in:1.2
--- wesnoth/po/wesnoth/Makefile.in.in:1.1 Sun Oct 10 22:02:00 2004
+++ wesnoth/po/wesnoth/Makefile.in.in Fri Oct 15 19:03:27 2004
@@ -12,6 +12,7 @@
# Modified by Yann Dirson for Battle for Wesnoth, for:
# - WML files support
# - proper behaviour when msgfmt is missing
+# - support for relative localedir
PACKAGE = @PACKAGE@
VERSION = @VERSION@
@@ -26,7 +27,9 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = @datadir@
-localedir = $(datadir)/locale
+DATADIR = @DATADIR@
+LOCALEDIR = @LOCALEDIR@
+localedir = @FULLLOCALEDIR@
gettextsrcdir = $(datadir)/gettext/po
INSTALL = @INSTALL@
- [Wesnoth-cvs-commits] wesnoth/po wesnoth-editor/Makefile.in.in wesnot...,
Yann Dirson <=