]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove useless PATH setting.
authorBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2001 22:10:07 +0000 (22:10 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2001 22:10:07 +0000 (22:10 +0000)
po/ChangeLog
po/Makefile.in.in

index 7059de85b9cc7bc01fca16747cc600a7682f1cec..bf4cf5bb33db76b645287ed39983f9e0e1a68ae3 100644 (file)
@@ -1,3 +1,14 @@
+2001-03-06  Bruno Haible  <haible@clisp.cons.org>
+
+       * Makefile.in.in (GMSGFMT, XGETTEXT): Remove useless PATH setting. The
+       macros @GMSGFMT@ and @XGETTEXT@ expand to absolute pathnames.
+       (MSGMERGE): Remove useless PATH setting. The gettext maintainer has
+       msgmerge already installed in his PATH.
+
+2001-02-27  Bruno Haible  <haible@clisp.cons.org>
+
+       * nn.po: Renamed from no@nynorsk.po.
+
 2001-02-10  Bruno Haible  <haible@clisp.cons.org>
 
        * ja.po: New file, from Jun Sawataishi <jsawa@ibm.net>.
index 4d2fc8cb897f33dfd4fb8cdb9be13ac59b85b6f7..a1be36fa2811a87a928ed869b1a3fc11e6f8555e 100644 (file)
@@ -31,10 +31,10 @@ mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)"
 
 CC = @CC@
 GENCAT = @GENCAT@
-GMSGFMT = PATH=../src:$$PATH @GMSGFMT@
+GMSGFMT = @GMSGFMT@
 MSGFMT = @MSGFMT@
-XGETTEXT = PATH=../src:$$PATH @XGETTEXT@
-MSGMERGE = PATH=../src:$$PATH msgmerge
+XGETTEXT = @XGETTEXT@
+MSGMERGE = msgmerge
 
 DEFS = @DEFS@
 CFLAGS = @CFLAGS@