~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • 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:
48
48
        lflashlight-small.xpic lflashlight.eps lflashlight.pdf \
49
49
        rflashlight-small.xpic rflashlight.eps rflashlight.pdf \
50
50
        statist.jpg statist.eps statist.pdf \
51
 
        wordlist wordlist2 \
 
51
        wordlist wordlist2 wordlist3 \
52
52
        bc_notes
53
53
 
54
54
# Get rid of generated files when cleaning
109
109
awkcard.pdf: awkcard.ps
110
110
        ps2pdf awkcard.ps awkcard.pdf
111
111
 
112
 
spell: spellmanual spellworkflow
 
112
spell: spellmanual spellworkflow spellmanpage
113
113
 
114
114
spellmanual:
115
115
        @echo ==== gawktexi.in ====;
120
120
        @echo ==== gawkworkflow.texi ====
121
121
        export LC_ALL=C ; spell "$(srcdir)"/gawkworkflow.texi | \
122
122
        sort -u | comm -23 - "$(srcdir)"/wordlist2
 
123
 
 
124
spellmanpage:
 
125
        @echo ==== gawk.1 ====
 
126
        export LC_ALL=C ; spell "$(srcdir)"/gawk.1 | \
 
127
        sort -u | comm -23 - "$(srcdir)"/wordlist3