]> git.pld-linux.org Git - packages/heimdal.git/blame - heimdal-texinfo.patch
- rebuild with readline 7.0
[packages/heimdal.git] / heimdal-texinfo.patch
CommitLineData
34b43d7a
JB
1origin:
2http://kerberos.996246.n3.nabble.com/build-failure-with-texinfo-5-td36872.html
3http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711221
4--- a/doc/whatis.texi 2012-12-10 00:06:44.000000000 +0200
5+++ b/doc/whatis.texi 2013-04-08 15:11:44.646165777 +0300
6@@ -36,8 +36,9 @@
7 @end ifinfo
8
9-@tex
10-@def@xsub#1{$_{#1}$}
11-@global@let@sub=@xsub
12-@end tex
13+@iftex
14+@macro sub{arg}
15+@textsubscript{\arg\}
16+@end macro
17+@end iftex
18
19 @ifhtml
20--- a/doc/win2k.texi 2012-12-10 00:06:44.000000000 +0200
21+++ b/doc/win2k.texi 2013-04-08 16:17:21.316961234 +0300
22@@ -311,4 +311,5 @@
23
24 @itemize @bullet
25 @item pwdump2
26-@uref{http://www.bindview.com/Support/RAZOR/Utilities/Windows/pwdump2_readme.cfm}@end itemize
27+@uref{http://www.bindview.com/Support/RAZOR/Utilities/Windows/pwdump2_readme.cfm}
28+@end itemize
29--- heimdal-1.5.3/doc/hx509.texi.orig 2013-11-01 22:28:15.135110213 +0100
30+++ heimdal-1.5.3/doc/hx509.texi 2013-11-02 08:18:15.646957931 +0100
31@@ -34,9 +34,20 @@
32 @subtitle 2008
33 @author Love Hörnquist Åstrand
34
35+@iftex
36 @def@copynext{@vskip 20pt plus 1fil}
37 @def@copyrightstart{}
38 @def@copyrightend{}
39+@end iftex
40+@ifinfo
41+@macro copynext
42+@end macro
43+@macro copyrightstart
44+@end macro
45+@macro copyrightend
46+@end macro
47+@end ifinfo
48+
49 @page
50 @copyrightstart
51 Copyright (c) 1994-2008 Kungliga Tekniska Högskolan
52@@ -183,6 +194,13 @@
53 * CMS signing and encryption::
54 * Certificate matching::
55 * Software PKCS 11 module::
56+* Creating a CA certificate::
57+* Issuing certificates::
58+* Issuing CRLs::
59+* Application requirements::
60+* CMS background::
61+* Matching syntax::
62+* How to use the PKCS11 module::
63
64 @detailmenu
65 --- The Detailed Node Listing ---
This page took 0.036225 seconds and 4 git commands to generate.