diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/make.texi | 2 | ||||
-rw-r--r-- | po/ChangeLog | 4 | ||||
-rw-r--r-- | po/LINGUAS | 4 |
4 files changed, 11 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2008-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + * doc/make.texi (Empty Targets): Fix typo. + 2008-03-27 Paul Smith <psmith@gnu.org> Fix Savannah bug #22379: diff --git a/doc/make.texi b/doc/make.texi index f18a254..0541b60 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -2654,7 +2654,7 @@ contents do not matter, and usually are empty. The purpose of the empty target file is to record, with its last-modification time, when the rule's recipe was last executed. It -does so because one of the commands in the recipeis a @code{touch} +does so because one of the commands in the recipe is a @code{touch} command to update the target file. The empty target file should have some prerequisites (otherwise it diff --git a/po/ChangeLog b/po/ChangeLog index 46a61cf..fe77970 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2008-05-17 Paul Smith <psmith@gnu.org> + + * LINGUAS: Added new translation for Lithuanian (lt). + 2007-08-15 Paul Smith <psmith@gnu.org> * LINGUAS: The Kinyarwanda (rw) translation has disappeared from @@ -1,5 +1,5 @@ -# Set of available languages: 22 languages +# Set of available languages: 23 languages -be da de es fi fr ga gl he hr id ja ko nl pl pt_BR ru sv tr uk vi zh_CN +be da de es fi fr ga gl he hr id ja ko lt nl pl pt_BR ru sv tr uk vi zh_CN # Can't seem to get en@quot and en@boldquot to build properly? |