Make makeinfo(1) happy.

This commit is contained in:
ajacoutot 2010-08-01 08:08:58 +00:00
parent 2e070d4322
commit 2928061877
4 changed files with 44 additions and 1 deletions

View File

@ -1,9 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2010/07/25 12:45:08 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.4 2010/08/01 08:08:58 ajacoutot Exp $
COMMENT = library to edit command lines as they are typed in
V = 6.1
DISTNAME = readline-${V}
REVISION = 0
SHARED_LIBS += ehistory 0.0 # 6.1
SHARED_LIBS += ereadline 0.0 # 6.1
@ -33,5 +35,10 @@ pre-configure:
${WRKSRC}/readline.h
perl -pi -e 's,^LIBVERSION=6.1,LIBVERSION=${LIBereadline_VERSION},' \
${WRKSRC}/configure
perl -pi \
-e 's,readline.info,ereadline.info,g;' \
-e 's,history.info,ehistory.info,g;' \
-e 's,rluserman.info,erluserman.info,g' \
${WRKSRC}/doc/{readline,history,rluserman}.info
.include <bsd.port.mk>

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-doc_history_info,v 1.1 2010/08/01 08:08:58 ajacoutot Exp $
--- doc/history.info.orig Sun Aug 1 10:05:00 2010
+++ doc/history.info Sun Aug 1 10:05:06 2010
@@ -26,7 +26,7 @@ preserved on all copies.
INFO-DIR-SECTION Libraries
START-INFO-DIR-ENTRY
-* History: (history). The GNU history library API.
+* eHistory: (ehistory). The GNU history library API.
END-INFO-DIR-ENTRY


View File

@ -0,0 +1,12 @@
$OpenBSD: patch-doc_readline_info,v 1.1 2010/08/01 08:08:58 ajacoutot Exp $
--- doc/readline.info.orig Sun Aug 1 10:04:37 2010
+++ doc/readline.info Sun Aug 1 10:04:55 2010
@@ -26,7 +26,7 @@ preserved on all copies.
INFO-DIR-SECTION Libraries
START-INFO-DIR-ENTRY
-* Readline: (readline). The GNU readline library API.
+* eReadline: (ereadline). The GNU readline library API.
END-INFO-DIR-ENTRY


View File

@ -0,0 +1,12 @@
$OpenBSD: patch-doc_rluserman_info,v 1.1 2010/08/01 08:08:58 ajacoutot Exp $
--- doc/rluserman.info.orig Sun Aug 1 10:05:11 2010
+++ doc/rluserman.info Sun Aug 1 10:05:17 2010
@@ -27,7 +27,7 @@ preserved on all copies.
INFO-DIR-SECTION Libraries
START-INFO-DIR-ENTRY
-* RLuserman: (rluserman). The GNU readline library User's Manual.
+* eRLuserman: (erluserman). The GNU readline library User's Manual.
END-INFO-DIR-ENTRY