diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-05-21 22:14:17 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-05-21 22:14:17 +0300 |
commit | 684968d926e000a4c82b47fbc2a5b24e564e8400 (patch) | |
tree | 74dae00b468e61974ec55095c854295eaf81d498 | |
parent | c0f26ad704ffb72b6613570014169ec9d0aef601 (diff) | |
parent | 931074569ea4a92ac2eddb19745a518f1f697193 (diff) | |
download | egawk-684968d926e000a4c82b47fbc2a5b24e564e8400.tar.gz egawk-684968d926e000a4c82b47fbc2a5b24e564e8400.tar.bz2 egawk-684968d926e000a4c82b47fbc2a5b24e564e8400.zip |
Merge branch 'gawk-4.1-stable'
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawk.texi | 4 | ||||
-rw-r--r-- | doc/gawktexi.in | 4 |
3 files changed, 13 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 975accb3..d8cfb484 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2014-05-21 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: Add comments for where we need full xrefs in + docbook. + 2014-05-20 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in: Misc improvements for docbook, consistency diff --git a/doc/gawk.texi b/doc/gawk.texi index ab1b5259..c7484cb4 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -1460,6 +1460,8 @@ should be of interest. This @value{DOCUMENT} is split into several parts, as follows: +@c FULLXREF ON + Part I describes the @command{awk} language and @command{gawk} program in detail. It starts with the basics, and continues through all of the features of @command{awk}. It contains the following chapters: @@ -1614,6 +1616,8 @@ present the licenses that cover the @command{gawk} source code and this @value{DOCUMENT}, respectively. @end ifclear +@c FULLXREF OFF + @node Conventions @unnumberedsec Typographical Conventions diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 5c60d3b3..2dd32e8e 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -1427,6 +1427,8 @@ should be of interest. This @value{DOCUMENT} is split into several parts, as follows: +@c FULLXREF ON + Part I describes the @command{awk} language and @command{gawk} program in detail. It starts with the basics, and continues through all of the features of @command{awk}. It contains the following chapters: @@ -1581,6 +1583,8 @@ present the licenses that cover the @command{gawk} source code and this @value{DOCUMENT}, respectively. @end ifclear +@c FULLXREF OFF + @node Conventions @unnumberedsec Typographical Conventions |