From: John Kohl Date: Mon, 4 Jun 1990 14:35:08 +0000 (+0000) Subject: Initial revision X-Git-Tag: krb5-1.0-alpha2~413 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1af702aad9cc635d4c36f5784cde448c0576f206;p=krb5.git Initial revision git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@998 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/doc/api/Makefile b/doc/api/Makefile new file mode 100644 index 000000000..cad170de3 --- /dev/null +++ b/doc/api/Makefile @@ -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 index 000000000..cad170de3 --- /dev/null +++ b/doc/implement/Makefile @@ -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 +