Integrate Gora Mohanty's tutorial.

This commit is contained in:
Bruno Haible 2005-02-12 13:37:05 +00:00
parent 2297238e5b
commit 0d4e457f03
3 changed files with 11 additions and 2 deletions

2
THANKS
View File

@ -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:

View 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

View 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 += \