Jim Meyering
5e9dbfad55
Upgrade to gettext-0.11.3.
2002-07-20 06:41:26 +00:00
Jim Meyering
80206d9811
(Makefile): Also depend on LINGUAS.
2002-07-18 09:46:38 +00:00
Jim Meyering
c880cde6a9
reformat continued line
2002-03-10 10:22:47 +00:00
Jim Meyering
3afb09ac80
(gmsgfmt_cmd): New variable.
...
(.po.gmo): Use it here.
(.po.mo): Don't create target directly --
otherwise a failed gmsgfmt command would leave a corrupt,
yet up-to-date, .gmo file.
(.po.gmo): Likewise.
2002-03-10 10:21:55 +00:00
Jim Meyering
0142f9ed84
(DISTFILES.common): Add remove-potcdate.sin.
...
(.SUFFIXES): Add .sed and .sin.
(.sin.sed): New rule.
($(DOMAIN).pot-update): Depend on remove-potcdate.sed. If the old
POT file exists and the new POT file differs from it only in the
first POT-Creation-Date line, keep the old POT file. So the PO files
don't need to be remade, and automake's "distcheck" target succeeds.
(mostlyclean): Remove remove-potcdate.sed and additional temporary
files.
2002-02-23 09:16:44 +00:00
Jim Meyering
28d582acd9
($(DOMAIN).pot-update): Remove/replace the .pot
...
file only if the new one is different (modulo the creation date).
2002-02-17 16:20:39 +00:00
Jim Meyering
ad61fd4133
Update to Gettext 0.11
2002-02-16 14:39:44 +00:00
Jim Meyering
26802588fa
(install-data-yes, uninstall-data-yes):
...
Install the LC_TIME locale category as an alias for LC_MESSAGES.
This fixes a bug introduced in the 2001-09-22 upgrade to gettext 0.10.40.
2002-01-02 19:59:44 +00:00
Jim Meyering
4cedb82f6e
Update from gettext cvs repository.
2001-09-22 19:19:44 +00:00
Jim Meyering
f13c461cf7
Upgrade to gettext-0.10.40.
2001-09-22 16:38:35 +00:00
Jim Meyering
d9076f5a87
fix typo in comment
2001-07-10 13:05:46 +00:00
Jim Meyering
24c9a6c7cd
(install-data-yes): Install LC_TIME locale
...
for all packages, not just for fileutils.
(uninstall): Remove LC_TIME locale too.
2001-03-17 08:53:58 +00:00
Jim Meyering
d6b863b09c
(update-po): Merge po-files in temporary files
...
in the build directory, and update the source directory only when
the merged catalog differs from the original. This fixes the known
`make distcheck' failure due to `make update-po' being called
on up-to-date but read-only files.
2001-01-14 09:41:53 +00:00
Jim Meyering
1f13191b6f
(install-data-yes): If the package is
...
fileutils, install LC_TIME as an alias for LC_MESSAGES.
2001-01-03 09:45:32 +00:00
Jim Meyering
bb56dec673
add -*- Makefile -*-
2000-11-18 13:02:44 +00:00
Jim Meyering
1234569e43
Sync with the one from fileutils.
2000-11-18 13:01:22 +00:00
Jim Meyering
e6bc93f49a
(DISTFILES): Remove ChangeLog.
1998-08-13 04:06:52 +00:00
Jim Meyering
88c0b8d630
Provide automake-style DESTDIR support.
...
From Johan Danielsson.
1998-08-13 04:01:46 +00:00
Jim Meyering
254fc64f64
update from gettext-0.10.35
1998-05-03 20:37:39 +00:00
Jim Meyering
3f27c2b654
update gettext-0.31
1997-09-01 20:27:07 +00:00
Jim Meyering
23497d87b7
(DISTFILES): Remove ChangeLog.
1997-07-13 04:27:57 +00:00
Jim Meyering
09e2cc2fdf
use $@, instead of literal `POTFILES'
1997-02-02 16:05:43 +00:00
Jim Meyering
d262a3cc82
(POTFILES): Redirect to an intermediate file and write-protect POTFILES.
1997-02-02 15:43:54 +00:00
Jim Meyering
1e40423be8
(maintainer-clean): Remove GMOFILES.
...
From Paul Eggert.
1997-01-30 05:28:37 +00:00
Jim Meyering
34c992c065
merge with 0.10.24
1996-09-22 14:30:37 +00:00
Jim Meyering
824081f660
(install-data): Don't install NLS files when they're not requested.
...
From Ulrich Drepper. Reported by Kjetil Torgrim Homme <kjetilho@ifi.uio.no >.
1996-07-09 23:23:33 +00:00
Jim Meyering
5eb689ade0
Fix typo: top-srcdir -> top_srcdir.
1996-07-06 04:05:15 +00:00
Jim Meyering
4a7000742c
($(PACKAGE).pot): Merge from gettext-0.10.23.
1996-07-06 02:58:59 +00:00
Jim Meyering
1afd3473fb
(install-data): Add `else true;' to avoid
...
letting failing if-condition cause make to fail.
From Fred Fish (fnf@ninemoons.com ).
1996-06-27 02:37:40 +00:00
Jim Meyering
c8c25a4610
($(PACKAGE).pot): Reapply change of May 30.
...
Depend on POTFILES only when using maintainer mode.
1996-06-14 03:51:57 +00:00
Jim Meyering
e42cc5be8a
Update from gettext-0.10.16.
1996-06-07 02:59:01 +00:00
Jim Meyering
8cb05a6bfa
.
1996-06-06 03:54:38 +00:00
Jim Meyering
8ee7e2c0c8
(.po.mo): Reenable dependency and rule.
...
It is required when using native NLS, e.g. on Solaris.
From Marcus Daniels.
1996-05-31 02:35:59 +00:00
Jim Meyering
3270b340e8
($(PACKAGE).pot): Depend on POTFILES only when using maintainer mode.
...
Reported by Karl Heuer.
1996-05-31 02:26:23 +00:00
Jim Meyering
22978078f7
(stamp-cat-id): Avoid using temp filename longer than 14 characters.
...
(mostlyclean): Likewise.
From Karl Heuer.
1996-05-31 00:58:51 +00:00
Jim Meyering
176a02c5d9
(installcheck): New target.
1996-05-30 06:34:16 +00:00
Jim Meyering
97775c5655
(all-yes): Always depend on CATALOGS. From Ulrich Drepper.
...
(.po.mo): Disable dependency and rule when not in maintainer mode.
1996-05-11 01:49:04 +00:00
Jim Meyering
c94ffee869
(all-yes): Also dependend on GMOFILES.
...
Depend on CATALOGS and GMOFILES files only in maintainer mode.
1996-05-10 03:05:51 +00:00
Jim Meyering
aedf3f9fc5
updage from gettext-0.10.12
1996-04-07 17:53:50 +00:00
Jim Meyering
e00bceb7f2
update from gettext-0.10.11
1996-04-03 12:52:22 +00:00
Jim Meyering
45479ef311
Upgrade from gettext-0.10.10.
1996-03-30 12:19:38 +00:00
Jim Meyering
99f35e8204
.
1996-03-14 04:52:29 +00:00
Jim Meyering
c46f149efd
.
1996-03-13 05:24:33 +00:00