From: Ezra Peisach Date: Tue, 17 Oct 1995 23:26:43 +0000 (+0000) Subject: Simple Makefile to build the dvi and info forms of the manual. Clean X-Git-Tag: krb5-1.0-beta6~896 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e4ef15a79f587cd78353bcc51026802b96c43a95;p=krb5.git 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 --- 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