aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index c457ea1a..5d33b8a5 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -933,7 +933,7 @@ awkcard.nc: $(CARDFILES)
awkcard.pdf: awkcard.ps
ps2pdf awkcard.ps awkcard.pdf
-spell: spellmanual spellworkflow spellmanpage
+spell: spellmanual spellworkflow spellmanpage spellinet
spellmanual:
@echo ==== gawktexi.in ====;
@@ -950,6 +950,11 @@ spellmanpage:
export LC_ALL=C ; spell "$(srcdir)"/gawk.1 | \
sort -u | comm -23 - "$(srcdir)"/wordlist3
+spellinet:
+ @echo ==== gawkinet.texi ====
+ export LC_ALL=C ; spell "$(srcdir)"/gawkinet.texi | \
+ sort -u | comm -23 - "$(srcdir)"/wordlist4
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: