aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am14
-rw-r--r--doc/Makefile.in14
-rw-r--r--doc/gawk.info123
-rw-r--r--doc/gawk.texi4
-rw-r--r--doc/gawktexi.in4
5 files changed, 74 insertions, 85 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 86321bbc..8a0442a7 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -26,7 +26,7 @@
info_TEXINFOS = gawk.texi gawkinet.texi
-man_MANS = gawk.1 igawk.1
+man_MANS = gawk.1
EXTRA_DIST = ChangeLog ChangeLog.0 README.card ad.block setter.outline \
awkcard.in awkforai.txt texinfo.tex cardfonts \
@@ -50,7 +50,7 @@ EXTRA_DIST = ChangeLog ChangeLog.0 README.card ad.block setter.outline \
bc_notes
# Get rid of generated files when cleaning
-CLEANFILES = *.ps *.html *.dvi *~ awkcard.nc awkcard.tr gawk.pdf gawkinet.pdf awkcard.pdf gawk.1.pdf igawk.1.pdf
+CLEANFILES = *.ps *.html *.dvi *~ awkcard.nc awkcard.tr gawk.pdf gawkinet.pdf awkcard.pdf gawk.1.pdf
MAKEINFO = @MAKEINFO@ --no-split --force
@@ -75,9 +75,9 @@ AWKCARD = awkcard.ps
gawk.texi: $(srcdir)/gawktexi.in $(srcdir)/sidebar.awk
awk -f $(srcdir)/sidebar.awk < $(srcdir)/gawktexi.in > gawk.texi
-postscript: gawk.ps gawkinet.ps gawk.1.ps igawk.1.ps $(AWKCARD)
+postscript: gawk.ps gawkinet.ps gawk.1.ps $(AWKCARD)
-pdf: postscript gawk.pdf gawkinet.pdf awkcard.pdf gawk.1.pdf igawk.1.pdf
+pdf: postscript gawk.pdf gawkinet.pdf awkcard.pdf gawk.1.pdf
gawk.ps: gawk.dvi
TEXINPUTS=$(srcdir): dvips -o gawk.ps gawk.dvi
@@ -91,12 +91,6 @@ gawk.1.ps: gawk.1
gawk.1.pdf: gawk.1.ps
ps2pdf gawk.1.ps gawk.1.pdf
-igawk.1.ps: igawk.1
- -groff -man $(srcdir)/igawk.1 > igawk.1.ps
-
-igawk.1.pdf: igawk.1.ps
- ps2pdf igawk.1.ps igawk.1.pdf
-
awkcard.tr: awkcard.in
sed 's:SRCDIR:$(srcdir):' < $(srcdir)/awkcard.in > awkcard.tr
diff --git a/doc/Makefile.in b/doc/Makefile.in
index abaf5601..d89beffd 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -341,7 +341,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
info_TEXINFOS = gawk.texi gawkinet.texi
-man_MANS = gawk.1 igawk.1
+man_MANS = gawk.1
EXTRA_DIST = ChangeLog ChangeLog.0 README.card ad.block setter.outline \
awkcard.in awkforai.txt texinfo.tex cardfonts \
api-figure1.eps api-figure1.fig api-figure1.pdf \
@@ -365,7 +365,7 @@ EXTRA_DIST = ChangeLog ChangeLog.0 README.card ad.block setter.outline \
# Get rid of generated files when cleaning
-CLEANFILES = *.ps *.html *.dvi *~ awkcard.nc awkcard.tr gawk.pdf gawkinet.pdf awkcard.pdf gawk.1.pdf igawk.1.pdf
+CLEANFILES = *.ps *.html *.dvi *~ awkcard.nc awkcard.tr gawk.pdf gawkinet.pdf awkcard.pdf gawk.1.pdf
TROFF = groff -t -Tps -U
SEDME = sed -e "s/^level0 restore/level0 restore flashme 100 72 moveto (Copyright `date '+%m-%d-%y %T'`, FSF, Inc. (all)) show/" \
-e "s/^\/level0 save def/\/level0 save def 30 -48 translate/"
@@ -869,9 +869,9 @@ uninstall-man: uninstall-man1
gawk.texi: $(srcdir)/gawktexi.in $(srcdir)/sidebar.awk
awk -f $(srcdir)/sidebar.awk < $(srcdir)/gawktexi.in > gawk.texi
-postscript: gawk.ps gawkinet.ps gawk.1.ps igawk.1.ps $(AWKCARD)
+postscript: gawk.ps gawkinet.ps gawk.1.ps $(AWKCARD)
-pdf: postscript gawk.pdf gawkinet.pdf awkcard.pdf gawk.1.pdf igawk.1.pdf
+pdf: postscript gawk.pdf gawkinet.pdf awkcard.pdf gawk.1.pdf
gawk.ps: gawk.dvi
TEXINPUTS=$(srcdir): dvips -o gawk.ps gawk.dvi
@@ -885,12 +885,6 @@ gawk.1.ps: gawk.1
gawk.1.pdf: gawk.1.ps
ps2pdf gawk.1.ps gawk.1.pdf
-igawk.1.ps: igawk.1
- -groff -man $(srcdir)/igawk.1 > igawk.1.ps
-
-igawk.1.pdf: igawk.1.ps
- ps2pdf igawk.1.ps igawk.1.pdf
-
awkcard.tr: awkcard.in
sed 's:SRCDIR:$(srcdir):' < $(srcdir)/awkcard.in > awkcard.tr
diff --git a/doc/gawk.info b/doc/gawk.info
index 88c30646..34a83bef 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -26998,7 +26998,9 @@ Various `.c', `.y', and `.h' files
`doc/igawk.1'
The `troff' source for a manual page describing the `igawk'
- program presented in *note Igawk Program::.
+ program presented in *note Igawk Program::. (Since `gawk' can do
+ its own `@include' processing, neither `igawk' nor `igawk.1' are
+ installed.)
`doc/Makefile.in'
The input file used during the configuration process to generate
@@ -27040,11 +27042,10 @@ Various `.c', `.y', and `.h' files
contains a `Makefile.in' file, which `configure' uses to generate
a `Makefile'. `Makefile.am' is used by GNU Automake to create
`Makefile.in'. The library functions from *note Library
- Functions::, and the `igawk' program from *note Igawk Program::,
- are included as ready-to-use files in the `gawk' distribution.
- They are installed as part of the installation process. The rest
- of the programs in this Info file are available in appropriate
- subdirectories of `awklib/eg'.
+ Functions::, are included as ready-to-use files in the `gawk'
+ distribution. They are installed as part of the installation
+ process. The rest of the programs in this Info file are available
+ in appropriate subdirectories of `awklib/eg'.
`extension/*'
The source code, manual pages, and infrastructure files for the
@@ -34436,60 +34437,60 @@ Node: Gawk Distribution1075342
Node: Getting1075826
Node: Extracting1076650
Node: Distribution contents1078292
-Node: Unix Installation1084009
-Node: Quick Installation1084626
-Node: Additional Configuration Options1087068
-Node: Configuration Philosophy1088806
-Node: Non-Unix Installation1091157
-Node: PC Installation1091615
-Node: PC Binary Installation1092926
-Node: PC Compiling1094774
-Ref: PC Compiling-Footnote-11097773
-Node: PC Testing1097878
-Node: PC Using1099054
-Node: Cygwin1103212
-Node: MSYS1104021
-Node: VMS Installation1104535
-Node: VMS Compilation1105331
-Ref: VMS Compilation-Footnote-11106553
-Node: VMS Dynamic Extensions1106611
-Node: VMS Installation Details1107984
-Node: VMS Running1110236
-Node: VMS GNV1113070
-Node: VMS Old Gawk1113793
-Node: Bugs1114263
-Node: Other Versions1118267
-Node: Installation summary1124522
-Node: Notes1125578
-Node: Compatibility Mode1126443
-Node: Additions1127225
-Node: Accessing The Source1128150
-Node: Adding Code1129586
-Node: New Ports1135764
-Node: Derived Files1140245
-Ref: Derived Files-Footnote-11145326
-Ref: Derived Files-Footnote-21145360
-Ref: Derived Files-Footnote-31145956
-Node: Future Extensions1146070
-Node: Implementation Limitations1146676
-Node: Extension Design1147924
-Node: Old Extension Problems1149078
-Ref: Old Extension Problems-Footnote-11150595
-Node: Extension New Mechanism Goals1150652
-Ref: Extension New Mechanism Goals-Footnote-11154012
-Node: Extension Other Design Decisions1154201
-Node: Extension Future Growth1156307
-Node: Old Extension Mechanism1157143
-Node: Notes summary1158905
-Node: Basic Concepts1160091
-Node: Basic High Level1160772
-Ref: figure-general-flow1161044
-Ref: figure-process-flow1161643
-Ref: Basic High Level-Footnote-11164872
-Node: Basic Data Typing1165057
-Node: Glossary1168385
-Node: Copying1193537
-Node: GNU Free Documentation License1231093
-Node: Index1256229
+Node: Unix Installation1084062
+Node: Quick Installation1084679
+Node: Additional Configuration Options1087121
+Node: Configuration Philosophy1088859
+Node: Non-Unix Installation1091210
+Node: PC Installation1091668
+Node: PC Binary Installation1092979
+Node: PC Compiling1094827
+Ref: PC Compiling-Footnote-11097826
+Node: PC Testing1097931
+Node: PC Using1099107
+Node: Cygwin1103265
+Node: MSYS1104074
+Node: VMS Installation1104588
+Node: VMS Compilation1105384
+Ref: VMS Compilation-Footnote-11106606
+Node: VMS Dynamic Extensions1106664
+Node: VMS Installation Details1108037
+Node: VMS Running1110289
+Node: VMS GNV1113123
+Node: VMS Old Gawk1113846
+Node: Bugs1114316
+Node: Other Versions1118320
+Node: Installation summary1124575
+Node: Notes1125631
+Node: Compatibility Mode1126496
+Node: Additions1127278
+Node: Accessing The Source1128203
+Node: Adding Code1129639
+Node: New Ports1135817
+Node: Derived Files1140298
+Ref: Derived Files-Footnote-11145379
+Ref: Derived Files-Footnote-21145413
+Ref: Derived Files-Footnote-31146009
+Node: Future Extensions1146123
+Node: Implementation Limitations1146729
+Node: Extension Design1147977
+Node: Old Extension Problems1149131
+Ref: Old Extension Problems-Footnote-11150648
+Node: Extension New Mechanism Goals1150705
+Ref: Extension New Mechanism Goals-Footnote-11154065
+Node: Extension Other Design Decisions1154254
+Node: Extension Future Growth1156360
+Node: Old Extension Mechanism1157196
+Node: Notes summary1158958
+Node: Basic Concepts1160144
+Node: Basic High Level1160825
+Ref: figure-general-flow1161097
+Ref: figure-process-flow1161696
+Ref: Basic High Level-Footnote-11164925
+Node: Basic Data Typing1165110
+Node: Glossary1168438
+Node: Copying1193590
+Node: GNU Free Documentation License1231146
+Node: Index1256282

End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 15c4fb97..341bd62d 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -36605,6 +36605,8 @@ The generated Info file for
The @command{troff} source for a manual page describing the @command{igawk}
program presented in
@ref{Igawk Program}.
+(Since @command{gawk} can do its own @code{@@include} processing,
+neither @command{igawk} nor @file{igawk.1} are installed.)
@item doc/Makefile.in
The input file used during the configuration process to generate the
@@ -36649,8 +36651,6 @@ source file for this @value{DOCUMENT}. It also contains a @file{Makefile.in} fil
@file{Makefile.am} is used by GNU Automake to create @file{Makefile.in}.
The library functions from
@ref{Library Functions},
-and the @command{igawk} program from
-@ref{Igawk Program},
are included as ready-to-use files in the @command{gawk} distribution.
They are installed as part of the installation process.
The rest of the programs in this @value{DOCUMENT} are available in appropriate
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 339865ce..53df7d32 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -35720,6 +35720,8 @@ The generated Info file for
The @command{troff} source for a manual page describing the @command{igawk}
program presented in
@ref{Igawk Program}.
+(Since @command{gawk} can do its own @code{@@include} processing,
+neither @command{igawk} nor @file{igawk.1} are installed.)
@item doc/Makefile.in
The input file used during the configuration process to generate the
@@ -35764,8 +35766,6 @@ source file for this @value{DOCUMENT}. It also contains a @file{Makefile.in} fil
@file{Makefile.am} is used by GNU Automake to create @file{Makefile.in}.
The library functions from
@ref{Library Functions},
-and the @command{igawk} program from
-@ref{Igawk Program},
are included as ready-to-use files in the @command{gawk} distribution.
They are installed as part of the installation process.
The rest of the programs in this @value{DOCUMENT} are available in appropriate