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@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

View File

@@ -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