Initial revision
authorJohn Kohl <jtkohl@mit.edu>
Mon, 4 Jun 1990 14:35:08 +0000 (14:35 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 4 Jun 1990 14:35:08 +0000 (14:35 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@998 dc483132-0cff-0310-8789-dd5450dbe970

doc/api/Makefile [new file with mode: 0644]
doc/implement/Makefile [new file with mode: 0644]

diff --git a/doc/api/Makefile b/doc/api/Makefile
new file mode 100644 (file)
index 0000000..cad170d
--- /dev/null
@@ -0,0 +1,30 @@
+.SUFFIXES: .tex .dvi .ps
+
+STYLES=changebar.sty fixunder.sty functions.sty
+LIBTEX= library.tex krb5.tex ccache.tex rcache.tex keytab.tex libos.tex \
+       kdb.tex encrypt.tex cksum.tex crc-32.tex library.ind
+
+DESTEX= libdes.tex
+
+all: library.ps libdes.ps
+
+
+libdes.ps: libdes.dvi
+libdes.tex: $(DESTEX) $(STYLES)
+
+library.ps: library.dvi
+
+# hard to capture two-pass semantics in Makefiles...
+# library.ind: library.dvi
+library.ind:
+       index library.idx
+
+library.tex: $(LIBTEX) $(STYLES)
+
+.tex.dvi:
+       latex $*
+
+
+.dvi.ps:
+       dvi2ps -r $*.dvi >$*.ps
+
diff --git a/doc/implement/Makefile b/doc/implement/Makefile
new file mode 100644 (file)
index 0000000..cad170d
--- /dev/null
@@ -0,0 +1,30 @@
+.SUFFIXES: .tex .dvi .ps
+
+STYLES=changebar.sty fixunder.sty functions.sty
+LIBTEX= library.tex krb5.tex ccache.tex rcache.tex keytab.tex libos.tex \
+       kdb.tex encrypt.tex cksum.tex crc-32.tex library.ind
+
+DESTEX= libdes.tex
+
+all: library.ps libdes.ps
+
+
+libdes.ps: libdes.dvi
+libdes.tex: $(DESTEX) $(STYLES)
+
+library.ps: library.dvi
+
+# hard to capture two-pass semantics in Makefiles...
+# library.ind: library.dvi
+library.ind:
+       index library.idx
+
+library.tex: $(LIBTEX) $(STYLES)
+
+.tex.dvi:
+       latex $*
+
+
+.dvi.ps:
+       dvi2ps -r $*.dvi >$*.ps
+