diff options
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r-- | doc/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 1dae6d55..e285de86 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -322,6 +322,7 @@ EXTRA_DIST = ChangeLog ChangeLog.0 README.card ad.block setter.outline \ api-figure2.png api-figure2.txt \ api-figure3.eps api-figure3.fig api-figure3.pdf \ api-figure3.png api-figure3.txt \ + gawkman.texi sidebar.awk \ general-program.eps general-program.fig general-program.pdf \ general-program.png general-program.txt \ process-flow.eps process-flow.fig process-flow.pdf \ @@ -835,6 +836,9 @@ uninstall-man: uninstall-man1 # to ensure that awkcard.tr is processed by tbl. #AWKCARD = awkcard.nc +gawk.texi: $(srcdir)/gawkman.texi $(srcdir)/sidebar.awk + awk -f $(srcdir)/sidebar.awk < $(srcdir)/gawkman.texi > gawk.texi + postscript: gawk.ps gawkinet.ps gawk.1.ps igawk.1.ps $(AWKCARD) pdf: postscript gawk.pdf gawkinet.pdf awkcard.pdf gawk.1.pdf igawk.1.pdf |