more texinfo 5.1 hacks
For hx509.texi, we need the copyright macros for both html and info. Just remove the "ifhtml" conditionals. For whatis.texi, texinfo 5.1 inserts the sub{} macro inline with no newlines, so there are errors about @html not being at the end of a line, etc.
This commit is contained in:
@@ -39,14 +39,12 @@
|
|||||||
@def@copyrightstart{}
|
@def@copyrightstart{}
|
||||||
@def@copyrightend{}
|
@def@copyrightend{}
|
||||||
@end iftex
|
@end iftex
|
||||||
@ifinfo
|
|
||||||
@macro copynext
|
@macro copynext
|
||||||
@end macro
|
@end macro
|
||||||
@macro copyrightstart
|
@macro copyrightstart
|
||||||
@end macro
|
@end macro
|
||||||
@macro copyrightend
|
@macro copyrightend
|
||||||
@end macro
|
@end macro
|
||||||
@end ifinfo
|
|
||||||
|
|
||||||
@page
|
@page
|
||||||
@copyrightstart
|
@copyrightstart
|
||||||
|
@@ -43,9 +43,11 @@ services can authenticate each other.
|
|||||||
|
|
||||||
@ifhtml
|
@ifhtml
|
||||||
@macro sub{arg}
|
@macro sub{arg}
|
||||||
|
|
||||||
@html
|
@html
|
||||||
<sub>\arg\</sub>
|
<sub>\arg\</sub>
|
||||||
@end html
|
@end html
|
||||||
|
|
||||||
@end macro
|
@end macro
|
||||||
@end ifhtml
|
@end ifhtml
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user