aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3e872088..38971b2a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,7 +1,7 @@
#
# doc/Makefile.am --- automake input file for gawk
#
-# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2007
+# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2007, 2010
# the Free Software Foundation, Inc.
#
# This file is part of GAWK, the GNU implementation of the
@@ -36,7 +36,7 @@ EXTRA_DIST = ChangeLog README.card ad.block setter.outline \
statist.jpg statist.eps statist.pdf
# Get rid of generated files when cleaning
-CLEANFILES = *.ps *.html *.dvi *~ awkcard.nc awkcard.tr gawk.pdf gawkinet.pdf
+CLEANFILES = *.ps *.html *.dvi *~ awkcard.nc awkcard.tr gawk.pdf gawkinet.pdf awkcard.pdf gawk.1.pdf
MAKEINFO = @MAKEINFO@ --no-split --force
@@ -76,6 +76,10 @@ uninstall-hook:
postscript: gawk.ps gawkinet.ps gawk.1.ps igawk.1.ps $(AWKCARD)
+all-pdf: postscript
+ ps2pdf awkcard.ps awkcard.pdf
+ ps2pdf gawk.1.ps gawk.1.pdf
+
gawk.ps: gawk.dvi
dvips -o gawk.ps gawk.dvi