Fix for texinfo 5.x.
This commit is contained in:
parent
4e641c53bb
commit
d9693f91da
2 changed files with 18 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.4 2005/02/23 22:24:13 agc Exp $
|
||||
$NetBSD: distinfo,v 1.5 2014/07/14 10:51:33 jperkin Exp $
|
||||
|
||||
SHA1 (elib-1.0.tar.gz) = 1f7450a949a2388efadece015aba53bbbada62cf
|
||||
RMD160 (elib-1.0.tar.gz) = 8a2584fd7399394b40871e0d8bc1315d9c86a290
|
||||
Size (elib-1.0.tar.gz) = 58335 bytes
|
||||
SHA1 (patch-aa) = d78586bf11e732fbbcf6512ad415fd4cf7b3f78a
|
||||
SHA1 (patch-ab) = 603dde9fd2b460e96950ce33261de1f19bcfd517
|
||||
SHA1 (patch-ab) = 3b96be6ac7b48166da5b9cd662aa1f481037d072
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
$NetBSD: patch-ab,v 1.1 2003/05/04 21:42:54 seb Exp $
|
||||
$NetBSD: patch-ab,v 1.2 2014/07/14 10:51:33 jperkin Exp $
|
||||
|
||||
--- elib.texi.orig 2003-05-04 20:53:26.000000000 +0000
|
||||
Fix for texinfo 5.x
|
||||
|
||||
--- elib.texi.orig 1995-12-11 00:50:55.000000000 +0000
|
||||
+++ elib.texi
|
||||
@@ -27,6 +27,11 @@
|
||||
@@ -27,15 +27,20 @@
|
||||
@ifinfo
|
||||
Copyright @copyright{} 1991, 1992 Free Software Foundation
|
||||
@end ifinfo
|
||||
|
@ -14,3 +16,14 @@ $NetBSD: patch-ab,v 1.1 2003/05/04 21:42:54 seb Exp $
|
|||
|
||||
@comment The titlepage section does not appear in the Info file.
|
||||
@titlepage
|
||||
@sp 4
|
||||
@comment The title is printed in a large font.
|
||||
@center @titlefont{User's Guide}
|
||||
-@sp
|
||||
+@sp 1
|
||||
@center @titlefont{to}
|
||||
-@sp
|
||||
+@sp 1
|
||||
@center @titlefont{Elib - The Emacs Lisp Library}
|
||||
@sp 2
|
||||
@center version 1.0
|
||||
|
|
Loading…
Reference in a new issue