texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/po ChangeLog,1.2,1.3 Makefile.in.in,1.2,1.3 Rules-quot,1.1,1.2


From: karl
Subject: texinfo/po ChangeLog,1.2,1.3 Makefile.in.in,1.2,1.3 Rules-quot,1.1,1.2
Date: Thu, 5 Feb 2004 17:48:36 +0100

Update of /cvsroot/texinfo/texinfo/po
In directory sheep:/tmp/cvs-serv4475/po

Modified Files:
        ChangeLog Makefile.in.in Rules-quot 
Log Message:
gettext 0.14.1

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/po/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ChangeLog   21 Dec 2003 00:26:16 -0000      1.2
--- ChangeLog   5 Feb 2004 16:48:34 -0000       1.3
***************
*** 1,2 ****
--- 1,8 ----
+ 2004-02-05  gettextize  <address@hidden>
+ 
+       * Makefile.in.in: Upgrade to gettext-0.14.1.
+       * ORIG: New file, from gettext-0.14.1.
+       * Rules-quot: Upgrade to gettext-0.14.1.
+ 
  2003-12-20  gettextize  <address@hidden>
  

Index: Makefile.in.in
===================================================================
RCS file: /cvsroot/texinfo/texinfo/po/Makefile.in.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.in.in      13 Dec 2003 21:18:46 -0000      1.2
--- Makefile.in.in      5 Feb 2004 16:48:34 -0000       1.3
***************
*** 1,4 ****
  # Makefile for PO directory in any package using GNU gettext.
! # Copyright (C) 1995-1997, 2000-2003 by Ulrich Drepper <address@hidden>
  #
  # This file can be copied and used freely without restrictions.  It can
--- 1,4 ----
  # Makefile for PO directory in any package using GNU gettext.
! # Copyright (C) 1995-1997, 2000-2004 by Ulrich Drepper <address@hidden>
  #
  # This file can be copied and used freely without restrictions.  It can
***************
*** 9,13 ****
  # General Public License and is *not* in the public domain.
  #
! # Origin: gettext-0.13
  
  PACKAGE = @PACKAGE@
--- 9,13 ----
  # General Public License and is *not* in the public domain.
  #
! # Origin: gettext-0.14
  
  PACKAGE = @PACKAGE@
***************
*** 58,62 ****
  
  .SUFFIXES:
! .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-update
  
  .po.mo:
--- 58,62 ----
  
  .SUFFIXES:
! .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update
  
  .po.mo:
***************
*** 131,137 ****
  $(POFILES): $(srcdir)/$(DOMAIN).pot
        @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
!       test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
!       echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
!       cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot
  
  
--- 131,141 ----
  $(POFILES): $(srcdir)/$(DOMAIN).pot
        @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
!       if test -f "$(srcdir)/$${lang}.po"; then \
!         test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
!         echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
!         cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot; \
!       else \
!         $(MAKE) $${lang}.po-create; \
!       fi
  
  
***************
*** 312,315 ****
--- 316,326 ----
        test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES)
        $(MAKE) update-gmo
+ 
+ # General rule for creating PO files.
+ 
+ .nop.po-create:
+       @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
+       echo "File $$lang.po does not exist. If you are a translator, you can 
create it through 'msginit'." 1>&2; \
+       exit 1
  
  # General rule for updating PO files.

Index: Rules-quot
===================================================================
RCS file: /cvsroot/texinfo/texinfo/po/Rules-quot,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Rules-quot  6 Dec 2003 01:47:53 -0000       1.1
--- Rules-quot  5 Feb 2004 16:48:34 -0000       1.2
***************
*** 5,8 ****
--- 5,13 ----
  .SUFFIXES: .insert-header .po-update-en
  
+ address@hidden:
+       $(MAKE) address@hidden
+ address@hidden:
+       $(MAKE) address@hidden
+ 
  address@hidden: address@hidden
  address@hidden: address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]