mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
Integrate Gora Mohanty's tutorial.
This commit is contained in:
parent
2297238e5b
commit
0d4e457f03
2
THANKS
2
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:
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 += \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user