~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Arnold D. Robbins
  • Date: 2019-02-03 20:21:24 UTC
  • Revision ID: git-v1:348cdff0b903121e4a3d21dec69947fa4fc779cd
Doc updates, add spell check for man page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
376
376
        lflashlight-small.xpic lflashlight.eps lflashlight.pdf \
377
377
        rflashlight-small.xpic rflashlight.eps rflashlight.pdf \
378
378
        statist.jpg statist.eps statist.pdf \
379
 
        wordlist wordlist2 \
 
379
        wordlist wordlist2 wordlist3 \
380
380
        bc_notes
381
381
 
382
382
 
926
926
awkcard.pdf: awkcard.ps
927
927
        ps2pdf awkcard.ps awkcard.pdf
928
928
 
929
 
spell: spellmanual spellworkflow
 
929
spell: spellmanual spellworkflow spellmanpage
930
930
 
931
931
spellmanual:
932
932
        @echo ==== gawktexi.in ====;
938
938
        export LC_ALL=C ; spell "$(srcdir)"/gawkworkflow.texi | \
939
939
        sort -u | comm -23 - "$(srcdir)"/wordlist2
940
940
 
 
941
spellmanpage:
 
942
        @echo ==== gawk.1 ====
 
943
        export LC_ALL=C ; spell "$(srcdir)"/gawk.1 | \
 
944
        sort -u | comm -23 - "$(srcdir)"/wordlist3
 
945
 
941
946
# Tell versions [3.59,3.63) of GNU make to not export all variables.
942
947
# Otherwise a system limit (for SysV at least) may be exceeded.
943
948
.NOEXPORT: