diff options
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r-- | doc/Makefile.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 2d028bf3..2c4c6d2e 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -376,7 +376,7 @@ EXTRA_DIST = ChangeLog ChangeLog.0 README.card ad.block setter.outline \ lflashlight-small.xpic lflashlight.eps lflashlight.pdf \ rflashlight-small.xpic rflashlight.eps rflashlight.pdf \ statist.jpg statist.eps statist.pdf \ - wordlist wordlist2 \ + wordlist wordlist2 wordlist3 \ bc_notes @@ -926,7 +926,7 @@ awkcard.nc: $(CARDFILES) awkcard.pdf: awkcard.ps ps2pdf awkcard.ps awkcard.pdf -spell: spellmanual spellworkflow +spell: spellmanual spellworkflow spellmanpage spellmanual: @echo ==== gawktexi.in ====; @@ -938,6 +938,11 @@ spellworkflow: export LC_ALL=C ; spell "$(srcdir)"/gawkworkflow.texi | \ sort -u | comm -23 - "$(srcdir)"/wordlist2 +spellmanpage: + @echo ==== gawk.1 ==== + export LC_ALL=C ; spell "$(srcdir)"/gawk.1 | \ + sort -u | comm -23 - "$(srcdir)"/wordlist3 + # 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: |