]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Integrate Gora Mohanty's tutorial.
authorBruno Haible <bruno@clisp.org>
Sat, 12 Feb 2005 13:37:05 +0000 (13:37 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:13 +0000 (12:12 +0200)
THANKS
gettext-tools/doc/ChangeLog
gettext-tools/doc/Makefile.am

diff --git a/THANKS b/THANKS
index ba6826b115c4f43d7928fc1cb8c54099fbcd83f9..08303ee1db5ae70d869d74069bc2057b88e05389 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -19,6 +19,8 @@ msgunfmt programs.
 Guido Flohr <guido@imperia.net> wrote the Perl backend of xgettext and
 the libintl-perl package.
 
+Gora Mohanty <gora_mohanty@yahoo.co.in> wrote the tutorial.
+
 Thanks to all of the following for their valuable
 hints/fixes/discussions/contributions:
 
index 9204a75035dc5f78d20be52667c63fbc2bfd2916..7caf662a5906549b6cb0092d72908a283fe7b296 100644 (file)
@@ -1,3 +1,9 @@
+2005-02-12  Bruno Haible  <bruno@clisp.org>
+
+       * tutorial.html: New file, from Gora Mohanty with modifications:
+       Remove the navigation panel. Don't use the -s option.
+       * Makefile.am (doc_DATA): Add tutorial.html.
+
 2005-02-06  Bruno Haible  <bruno@clisp.org>
 
        * gettext.texi (Files under CVS): Explain the role of the
index dc39bec26bd38d81199a0921fbb42f2576323b49..432ad2694f03a44800643b41fe1b3878a9389088 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile for the gettext-tools/doc subdirectory of GNU gettext
-## Copyright (C) 1995-1997, 2001-2004 Free Software Foundation, Inc.
+## Copyright (C) 1995-1997, 2001-2005 Free Software Foundation, Inc.
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -46,7 +46,8 @@ gettext_TEXINFOS = \
   $(top_srcdir)/../gettext-runtime/doc/rt-envsubst.texi
 
 # The FAQ. To be edited with Mozilla.
-doc_DATA = FAQ.html
+# The tutorial. To be edited by hand.
+doc_DATA = FAQ.html tutorial.html
 EXTRA_DIST += $(doc_DATA)
 
 EXTRA_DIST += \