diff options
| author | karl <> | 2008-12-15 01:33:08 +0000 |
|---|---|---|
| committer | karl <> | 2008-12-15 01:33:08 +0000 |
| commit | d7df82eb28f2eb2e238664dcfe1ccc207b3eb90d (patch) | |
| tree | 1d1271645f3ca9e1b8c6ab88d61157a194bdc86b /doc | |
| parent | 73a4e7aaa8294baa32a7ce401fd9825a72da04a4 (diff) | |
[project @ 2008-12-15 01:33:08 by karl]
doc updates for wwwdoc sample target
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/hello.texi | 31 | ||||
| -rw-r--r-- | doc/version.texi | 4 |
3 files changed, 31 insertions, 8 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 49829f4..2b0682e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-12-14 Karl Berry <karl@gnu.org> + + * hello.texi (Overview): mention the special targets in Makefile.am. + 2008-12-09 Karl Berry <karl@gnu.org> * hello.texi (Invoking hello): mention translation project. diff --git a/doc/hello.texi b/doc/hello.texi index 9b35db9..ab21bc3 100644 --- a/doc/hello.texi +++ b/doc/hello.texi @@ -3,6 +3,12 @@ @setfilename hello.info @include version.texi @settitle GNU Hello @value{VERSION} + +@c Define a new index for options. +@defcodeindex op +@c Combine everything into one index (arbitrarily chosen to be the +@c concept index). +@syncodeindex op cp @c %**end of header @copying @@ -25,12 +31,6 @@ Texts. A copy of the license is included in the section entitled @c the standard FSF Front-Cover and Back-Cover Texts, as given in @c maintain.texi. -@c Define a new index for options. -@defcodeindex op -@c Combine everything into one index (arbitrarily chosen to be the -@c concept index). -@syncodeindex op cp - @dircategory Basics @direntry * Hello: (hello). Hello, GNU world. @@ -143,6 +143,25 @@ GNU Hello is implemented in C. GNU Gettext contains ``hello world'' examples in a variety of other programming languages; see the Gettext home page at @url{http://www.gnu.org/software/gettext/}. +@cindex @file{Makefile.am} targets +The top-level @file{Makefile.am} in Hello also contains a few special +targets for other projects to adapt as desired: + +@table @code +@item diff +Make a diff from the previous release, assuming the current tarball is +in the current tarball. + +@item po-check +Verify that all source files using @code{_()} are included for +translation in @file{po/POTFILES.in}, so translators will have all the +messages. + +@item wwwdoc +Sample procedure for updating the manual on the GNU web site, in this +case @url{http://www.gnu.org/software/hello/manual/}. +@end table + @cindex authors @cindex Haertel, Mike @cindex MacKenzie, David diff --git a/doc/version.texi b/doc/version.texi index 69ef5c3..908bc34 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 28 November 2008 -@set UPDATED-MONTH November 2008 +@set UPDATED 14 December 2008 +@set UPDATED-MONTH December 2008 @set EDITION 2.4 @set VERSION 2.4 |
