more texinfo 5.1 hacks
authorKen Dreyer <ktdreyer@ktdreyer.com>
Fri, 9 Aug 2013 00:21:15 +0000 (18:21 -0600)
committerKen Dreyer <ktdreyer@ktdreyer.com>
Fri, 9 Aug 2013 03:27:16 +0000 (21:27 -0600)
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.

doc/hx509.texi
doc/whatis.texi

index b44cbeae4c99b4cae68e3fa0b3e3397bd72c9b92..d050c2118b1b209b201ba7105cf064d20e25ae78 100644 (file)
 @def@copyrightstart{}
 @def@copyrightend{}
 @end iftex
-@ifinfo
 @macro copynext
 @end macro
 @macro copyrightstart
 @end macro
 @macro copyrightend
 @end macro
-@end ifinfo
 
 @page
 @copyrightstart
index 891e27552f6aa373fa0247573446b3d3850922a1..7d83725d95812f75aa72df659f15460151a66a33 100644 (file)
@@ -43,9 +43,11 @@ services can authenticate each other.
 
 @ifhtml
 @macro sub{arg}
+
 @html
 <sub>\arg\</sub>
 @end html
+
 @end macro
 @end ifhtml