From owner-cvs-gnu Sun Jan 12 00:10:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA15761 for cvs-gnu-outgoing; Sun, 12 Jan 1997 00:10:58 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA15754; Sun, 12 Jan 1997 00:10:56 -0800 (PST) Date: Sun, 12 Jan 1997 00:10:56 -0800 (PST) From: Peter Wemm Message-Id: <199701120810.AAA15754@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/lib/libreadline/doc Makefile src/gnu/lib/libreadline Makefile src/gnu/lib/libreadline/doc/history Makefile src/gnu/lib/libreadline/doc/readline Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/01/12 00:10:55 Modified: gnu/lib/libreadline Makefile gnu/lib/libreadline/doc Makefile Added: gnu/lib/libreadline/doc/history Makefile gnu/lib/libreadline/doc/readline Makefile Log: 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. Revision Changes Path 1.26 +2 -2 src/gnu/lib/libreadline/Makefile 1.11 +3 -10 src/gnu/lib/libreadline/doc/Makefile