diff options
author | Bruno Haible <bruno@clisp.org> | 2005-02-12 13:37:05 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:13 +0200 |
commit | 0d4e457f0306367b39101f3addeaf17904b419df (patch) | |
tree | 8f4efe09f830197dedb16a017a161ffbaebcd321 /gettext-tools/doc/Makefile.am | |
parent | 2297238e5b06127f4e6e8500f5f0de061790e5a1 (diff) | |
download | external_gettext-0d4e457f0306367b39101f3addeaf17904b419df.zip external_gettext-0d4e457f0306367b39101f3addeaf17904b419df.tar.gz external_gettext-0d4e457f0306367b39101f3addeaf17904b419df.tar.bz2 |
Integrate Gora Mohanty's tutorial.
Diffstat (limited to 'gettext-tools/doc/Makefile.am')
-rw-r--r-- | gettext-tools/doc/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gettext-tools/doc/Makefile.am b/gettext-tools/doc/Makefile.am index dc39bec..432ad26 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 += \ |