From e4ef15a79f587cd78353bcc51026802b96c43a95 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Tue, 17 Oct 1995 23:26:43 +0000 Subject: [PATCH] Simple Makefile to build the dvi and info forms of the manual. Clean rules work as well. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6973 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/Makefile diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 000000000..6c7eb1f47 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,15 @@ +.SUFFIXES: .texi .dvi .ps .info + +all:: install.info install.dvi + +.texi.dvi: + texi2dvi $*.texi + + +.texi.info: + makeinfo $*.texi + + +clean:: + rm -f *.log *.info *.dvi *.aux *.toc *.cp *.fn *.vr *.tp *.ky \ + *.pg *.ps -- 2.26.2