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:
Ken Dreyer
2013-08-08 18:21:15 -06:00
parent a1d7f1f3e3
commit 115f88a3e7
2 changed files with 2 additions and 2 deletions

View File

@@ -39,14 +39,12 @@
@def@copyrightstart{}
@def@copyrightend{}
@end iftex
@ifinfo
@macro copynext
@end macro
@macro copyrightstart
@end macro
@macro copyrightend
@end macro
@end ifinfo
@page
@copyrightstart

View File

@@ -43,9 +43,11 @@ services can authenticate each other.
@ifhtml
@macro sub{arg}
@html
<sub>\arg\</sub>
@end html
@end macro
@end ifhtml