From: Bruno Haible Date: Sat, 12 Feb 2005 13:37:05 +0000 (+0000) Subject: Integrate Gora Mohanty's tutorial. X-Git-Tag: v0.14.2~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d4e457f0306367b39101f3addeaf17904b419df;p=thirdparty%2Fgettext.git Integrate Gora Mohanty's tutorial. --- diff --git a/THANKS b/THANKS index ba6826b11..08303ee1d 100644 --- a/THANKS +++ b/THANKS @@ -19,6 +19,8 @@ msgunfmt programs. Guido Flohr wrote the Perl backend of xgettext and the libintl-perl package. +Gora Mohanty wrote the tutorial. + Thanks to all of the following for their valuable hints/fixes/discussions/contributions: diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 9204a7503..7caf662a5 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,9 @@ +2005-02-12 Bruno Haible + + * 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 * gettext.texi (Files under CVS): Explain the role of the diff --git a/gettext-tools/doc/Makefile.am b/gettext-tools/doc/Makefile.am index dc39bec26..432ad2694 100644 --- a/gettext-tools/doc/Makefile.am +++ b/gettext-tools/doc/Makefile.am @@ -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 += \