Simple Makefile to build the dvi and info forms of the manual. Clean
authorEzra Peisach <epeisach@mit.edu>
Tue, 17 Oct 1995 23:26:43 +0000 (23:26 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 17 Oct 1995 23:26:43 +0000 (23:26 +0000)
rules work as well.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6973 dc483132-0cff-0310-8789-dd5450dbe970

doc/Makefile [new file with mode: 0644]

diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644 (file)
index 0000000..6c7eb1f
--- /dev/null
@@ -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