diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-05-21 22:11:47 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-05-21 22:11:47 +0300 |
commit | 931074569ea4a92ac2eddb19745a518f1f697193 (patch) | |
tree | 5bd874131f3e73188f901c02f8ceef75f723e038 | |
parent | dbe9adb6394beea5a09630076e1cd94075e1578d (diff) | |
download | egawk-931074569ea4a92ac2eddb19745a518f1f697193.tar.gz egawk-931074569ea4a92ac2eddb19745a518f1f697193.tar.bz2 egawk-931074569ea4a92ac2eddb19745a518f1f697193.zip |
Small addition to make docbook post-processing easier.
-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 3edc0f37..23044677 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 e0222443..a9c50684 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 3599b727..a380288a 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 |