diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 24dd0405..d95d5660 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -110,7 +110,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 ====; @@ -126,3 +126,8 @@ spellmanpage: @echo ==== gawk.1 ==== 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 |