head	1.5;
access;
symbols
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2001.04.21.07.33.14;	author ijliao;	state dead;
branches;
next	1.4;

1.4
date	2001.03.20.13.33.25;	author ijliao;	state Exp;
branches;
next	1.3;

1.3
date	2001.01.06.05.39.04;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	2000.05.19.08.26.07;	author cpiazza;	state Exp;
branches;
next	1.1;

1.1
date	2000.04.22.02.15.51;	author will;	state Exp;
branches;
next	;


desc
@@


1.5
log
@upgrade to 1.26
@
text
@--- po/Makefile.orig	Mon Mar 19 21:44:54 2001
+++ po/Makefile	Mon Mar 19 21:45:14 2001
@@@@ -28,7 +28,7 @@@@
 install:
 	for i in `ls *.gmo` ; do \
 		mkdir -p $(LOCALEDIR)/`echo $$i|sed -e s/.gmo//`/LC_MESSAGES;\
-		install -c -m644 $$i $(LOCALEDIR)/`echo $$i | sed -e s/.gmo//`/LC_MESSAGES/$(PACKAGE).mo ; \
+		${BSD_INSTALL_DATA} $$i $(LOCALEDIR)/`echo $$i | sed -e s/.gmo//`/LC_MESSAGES/$(PACKAGE).mo ; \
 	done
 
 uninstall:
@


1.4
log
@upgrade to 1.24.1

PR:		25930
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>, lioux
@
text
@@


1.3
log
@Remove maintainer -- email to him bounces with "no such user".
Update to non-prerelease version.
USE_GMAKE rather than make *huge* non-maintainable patches to the Makefiles.
@
text
@d1 3
a3 3
--- po/Makefile.orig	Thu Nov 30 22:46:52 2000
+++ po/Makefile	Fri Jan  5 21:24:09 2001
@@@@ -6,7 +6,7 @@@@
d7 2
a8 2
-		install -c -m644 $$i $(LOCALEDIR)/`echo $$i | sed -e s/.gmo//`/LC_MESSAGES/nt.mo ; \
+		${BSD_INSTALL_DATA} $$i $(LOCALEDIR)/`echo $$i | sed -e s/.gmo//`/LC_MESSAGES/nt.mo ; \
@


1.2
log
@Update to 1.16

PR:		18604
Submitted by:	Andrew L. Neporada <andrew@@chg.ru> (took maintainership)
@
text
@d1 3
a3 9
--- po/Makefile.orig	Mon Apr 17 05:32:26 2000
+++ po/Makefile	Tue May 16 17:37:02 2000
@@@@ -1,12 +1,12 @@@@
 all:
 	for i in `ls *.po`; do \
-		msgfmt $$i -o `echo $$i | sed -e s/.po//`.gmo ; \
+		${MSGFMT} $$i -o `echo $$i | sed -e s/.po//`.gmo ; \
 	done
 
@


1.1
log
@Update to 1.15.

PR:		18146
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@d1 2
a2 2
--- po/Makefile.orig	Mon Apr 17 10:32:26 2000
+++ po/Makefile	Fri Apr 21 21:00:00 2000
@

