diff options
| author | Nancy Gilman <nlgilman@mit.edu> | 1994-06-14 19:09:17 +0000 |
|---|---|---|
| committer | Nancy Gilman <nlgilman@mit.edu> | 1994-06-14 19:09:17 +0000 |
| commit | 1675ef2c7904720a973a3fd62a7181162f482cd7 (patch) | |
| tree | 8d9fe86d9f379e618ac1fb41d42943bc5f4d6ab0 /doc/implement/Makefile | |
| parent | a38cee3db67b162033b7814076ce020cee55f5eb (diff) | |
| download | krb5-1675ef2c7904720a973a3fd62a7181162f482cd7.tar.gz krb5-1675ef2c7904720a973a3fd62a7181162f482cd7.tar.xz krb5-1675ef2c7904720a973a3fd62a7181162f482cd7.zip | |
The first revision after the creation of the
implementor's guide
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3770 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/implement/Makefile')
| -rw-r--r-- | doc/implement/Makefile | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/doc/implement/Makefile b/doc/implement/Makefile index d5a6f79088..50916ba5d1 100644 --- a/doc/implement/Makefile +++ b/doc/implement/Makefile @@ -1,24 +1,21 @@ .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 +LIBTEX= implement.tex ccache-i.tex rcache-i.tex keytab-i.tex libos-i.tex \ + kdb-i.tex encrypt-i.tex cksum-i.tex crc-32-i.tex implement.ind -DESTEX= libdes.tex -all: library.ps libdes.ps +all: implement.ps -libdes.dvi: $(DESTEX) $(STYLES) - -library.ps: library.dvi +implement.ps: implement.dvi # hard to capture two-pass semantics in Makefiles... -# library.ind: library.dvi -library.ind: library.idx - index library.idx +# implement.ind: implement.dvi +implement.ind: implement.idx + index implement.idx -library.dvi: $(LIBTEX) $(STYLES) +implement.dvi: $(LIBTEX) $(STYLES) .tex.dvi: latex $* |
