projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61d9e37
)
Simple Makefile to build the dvi and info forms of the manual. Clean
author
Ezra Peisach
<epeisach@mit.edu>
Tue, 17 Oct 1995 23:26:43 +0000
(23:26 +0000)
committer
Ezra 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]
patch
|
blob
diff --git a/doc/Makefile
b/doc/Makefile
new file mode 100644
(file)
index 0000000..
6c7eb1f
--- /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