krb5 commit: Mark the doc/kadm5 tex files as historic
Greg Hudson <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://github.com/krb5/krb5/commit/e6047bdd6dec0d104417f9a1318bbafe022b81c1 commit e6047bdd6dec0d104417f9a1318bbafe022b81c1 Author: Robbie Harwood <[email protected]> Date: Thu Apr 11 18:33:04 2019 -0400 Mark the doc/kadm5 tex files as historic Remove rcsid.sty and the uses of the \rcsId macro as git does not perform the keyword expansion necessary to make it work. Add comments indicating the historic status of the kadm5 documentation. [[email protected]: fix the tex files instead of marking them as non-building] doc/kadm5/adb-unit-test.tex | 7 ++++--- doc/kadm5/api-funcspec.tex | 9 +++++---- doc/kadm5/api-server-design.tex | 9 +++++---- doc/kadm5/api-unit-test.tex | 7 ++++--- doc/kadm5/rcsid.sty | 5 ----- 5 files changed, 18 insertions(+), 19 deletions(-) diff --git a/doc/kadm5/adb-unit-test.tex b/doc/kadm5/adb-unit-test.tex index d401342..987af1a 100644 --- a/doc/kadm5/adb-unit-test.tex +++ b/doc/kadm5/adb-unit-test.tex @@ -1,6 +1,7 @@ -\documentstyle[times,fullpage,rcsid]{article} +% This document is included for historical purposes only, and does not +% apply to krb5 today. -\rcs$Id$ +\documentstyle[times,fullpage]{article} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Make _ actually generate an _, and allow line-breaking after it. @@ -39,7 +40,7 @@ %\newcommand{\Priority}[1]{} \title{OpenV*Secure Admin Database API\\ -Unit Test Description\footnote{\rcsId}} +Unit Test Description} \author{Jonathan I. Kamens} \begin{document} diff --git a/doc/kadm5/api-funcspec.tex b/doc/kadm5/api-funcspec.tex index c13090a..76d2bb5 100644 --- a/doc/kadm5/api-funcspec.tex +++ b/doc/kadm5/api-funcspec.tex @@ -1,4 +1,7 @@ -\documentstyle[12pt,fullpage,rcsid]{article} +% This document is included for historical purposes only, and does not +% apply to krb5 today. + +\documentstyle[12pt,fullpage]{article} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Make _ actually generate an _, and allow line-breaking after it. @@ -7,15 +10,13 @@ \def_{\underscore\penalty75\relax} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\rcs$Id$ - \setlength{\parskip}{.7\baselineskip} \setlength{\parindent}{0pt} \def\v#1{\verb+#1+} \title{Kerberos Administration System \\ - KADM5 API Functional Specifications\thanks{\rcsId}} + KADM5 API Functional Specifications} \author{Barry Jaspan} \begin{document} diff --git a/doc/kadm5/api-server-design.tex b/doc/kadm5/api-server-design.tex index 228e831..94e05b8 100644 --- a/doc/kadm5/api-server-design.tex +++ b/doc/kadm5/api-server-design.tex @@ -1,4 +1,7 @@ -\documentstyle[12pt,fullpage,rcsid]{article} +% This document is included for historical purposes only, and does not +% apply to krb5 today. + +\documentstyle[12pt,fullpage]{article} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Make _ actually generate an _, and allow line-breaking after it. @@ -7,15 +10,13 @@ \def_{\underscore\penalty75\relax} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\rcs$Id$ - \setlength{\parskip}{.7\baselineskip} \setlength{\parindent}{0pt} \def\v#1{\verb+#1+} \def\k#1{K$_#1$} -\title{KADM5 Library and Server \\ Implementation Design\thanks{\rcsId}} +\title{KADM5 Library and Server \\ Implementation Design} \author{Barry Jaspan} \begin{document} diff --git a/doc/kadm5/api-unit-test.tex b/doc/kadm5/api-unit-test.tex index 3e0eb50..bfd6280 100644 --- a/doc/kadm5/api-unit-test.tex +++ b/doc/kadm5/api-unit-test.tex @@ -1,6 +1,7 @@ -\documentstyle[times,fullpage,rcsid]{article} +% This document is included for historical purposes only, and does not +% apply to krb5 today. -\rcs$Id$ +\documentstyle[times,fullpage]{article} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Make _ actually generate an _, and allow line-breaking after it. @@ -41,7 +42,7 @@ %\newcommand{\Priority}[1]{} \title{KADM5 Admin API\\ -Unit Test Description\footnote{\rcsId}} +Unit Test Description} \author{Jonathan I. Kamens} \begin{document} diff --git a/doc/kadm5/rcsid.sty b/doc/kadm5/rcsid.sty deleted file mode 100644 index 3ad7826..0000000 --- a/doc/kadm5/rcsid.sty +++ /dev/null @@ -1,5 +0,0 @@ -\def\rcs$#1: #2${\expandafter\def\csname rcs#1\endcsname{#2}} - -% example usage: -% \rcs$Version$ -% Version \rcsVersion