From 64e6575cd6797fdc8963246c3c9dd58c0a3be5c4 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 10 Jul 2000 22:12:34 +0000 Subject: [PATCH] Add rule to make PDF file. --- v7/doc/imail/Makefile | 9 ++++++--- v7/doc/user-manual/Makefile | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/v7/doc/imail/Makefile b/v7/doc/imail/Makefile index f021abf41..16216eee9 100644 --- a/v7/doc/imail/Makefile +++ b/v7/doc/imail/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.3 2000/07/10 22:08:50 cph Exp $ +# $Id: Makefile,v 1.4 2000/07/10 22:09:31 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -all: imail.ps imail.info html/imail_toc.html +all: imail.ps imail.pdf imail.info html/imail_toc.html imail.ps: imail.dvi dvips -o $@ $^ @@ -25,6 +25,9 @@ imail.ps: imail.dvi imail.dvi: imail.texinfo texi2dvi $^ +imail.pdf: imail.texinfo + texi2pdf $^ + imail.info: imail.texinfo makeinfo $^ # rm -f /usr/local/lib/mit-scheme/edwin/info/imail.info* @@ -38,7 +41,7 @@ AUX_SUFFIXES = aux log toc INDEX_SUFFIXES = cp fn ky pg tp vr clean: - rm -f imail.ps imail.dvi imail.info* + rm -f imail.ps imail.dvi imail.pdf imail.info* rm -f $(addprefix imail.,$(AUX_SUFFIXES)) rm -f $(addprefix imail.,$(INDEX_SUFFIXES)) rm -f $(addsuffix s,$(addprefix imail.,$(INDEX_SUFFIXES))) diff --git a/v7/doc/user-manual/Makefile b/v7/doc/user-manual/Makefile index cdff79b4e..545af9558 100644 --- a/v7/doc/user-manual/Makefile +++ b/v7/doc/user-manual/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.4 2000/07/10 22:07:31 cph Exp $ +# $Id: Makefile,v 1.5 2000/07/10 22:12:34 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -all: user.ps user.info html/user_toc.html +all: user.ps user.pdf user.info html/user_toc.html user.ps: user.dvi dvips -o $@ $^ -- 2.25.1