mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Patch up the readline info building. This one is a bit of a problem
since the source name is not the same as the texinfo name so we have to use SRCS=. This means we can't build two info sets in the same directory so I've split it.
This commit is contained in:
parent
81348c186e
commit
24f481e12f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21595
@ -1,9 +1,9 @@
|
||||
# $Id: Makefile,v 1.24 1997/01/05 16:16:32 ache Exp $
|
||||
# $Id: Makefile,v 1.25 1997/01/12 05:01:29 peter Exp $
|
||||
|
||||
SRCDIR= ${.CURDIR}/../../../contrib/libreadline
|
||||
.PATH: ${SRCDIR}
|
||||
|
||||
#SUBDIR= doc
|
||||
SUBDIR= doc
|
||||
|
||||
LIB= readline
|
||||
SHLIB_MAJOR= 3
|
||||
|
@ -1,12 +1,5 @@
|
||||
INFO = history readline
|
||||
# $Id$
|
||||
|
||||
INFOSECTION= "Programming & development tools."
|
||||
INFOENTRY_readline= "* Readline: (readline). The GNU Readline library"
|
||||
INFOENTRY_history= "* History: (history). The GNU History library."
|
||||
SUBDIR = history readline
|
||||
|
||||
|
||||
|
||||
history.info: hstech.texinfo hsuser.texinfo
|
||||
readline.info: rltech.texinfo rluser.texinfo
|
||||
|
||||
.include <bsd.info.mk>
|
||||
.include <bsd.subdir.mk>
|
||||
|
14
gnu/lib/libreadline/doc/history/Makefile
Normal file
14
gnu/lib/libreadline/doc/history/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# $Id$
|
||||
|
||||
SRCDIR= ${.CURDIR}/../../../../../contrib/libreadline/doc
|
||||
|
||||
INFO = history
|
||||
|
||||
INFOSECTION= "Programming & development tools."
|
||||
INFOENTRY_history= "* History: (history). The GNU History library."
|
||||
|
||||
SRCS= hist.texinfo
|
||||
|
||||
history.info: hist.texinfo hstech.texinfo hsuser.texinfo
|
||||
|
||||
.include <bsd.info.mk>
|
14
gnu/lib/libreadline/doc/readline/Makefile
Normal file
14
gnu/lib/libreadline/doc/readline/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# $Id$
|
||||
|
||||
SRCDIR= ${.CURDIR}/../../../../../contrib/libreadline/doc
|
||||
|
||||
INFO = readline
|
||||
|
||||
INFOSECTION= "Programming & development tools."
|
||||
INFOENTRY_readline= "* Readline: (readline). The GNU Readline library"
|
||||
|
||||
SRCS= rlman.texinfo
|
||||
|
||||
readline.info: rlman.texinfo rltech.texinfo rluser.texinfo
|
||||
|
||||
.include <bsd.info.mk>
|
Loading…
Reference in New Issue
Block a user