From owner-cvs-lib Tue Feb 17 17:28:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11440 for cvs-lib-outgoing; Tue, 17 Feb 1998 17:28:38 -0800 (PST) (envelope-from owner-cvs-lib) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA11283; Tue, 17 Feb 1998 17:27:59 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.6.9) with ESMTP id RAA20738; Tue, 17 Feb 1998 17:27:19 -0800 (PST) To: Bruce Evans cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libcurses/PSD.doc Makefile In-reply-to: Your message of "Wed, 18 Feb 1998 10:05:51 +1100." <199802172305.KAA30320@godzilla.zeta.org.au> Date: Tue, 17 Feb 1998 17:27:19 -0800 Message-ID: <20735.887765239@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thanks, that explains that mystery. With 38MB of diffs to look through, forgive me if I'm not chasing every single oddness down. Even after I finish this I've got to go back through and do a 2nd pass all over again since I'm only getting the "obvious" stuff on this pass. :-( Jordan > > Modified files: (Branch: RELENG_2_2) > > lib/libcurses/PSD.doc Makefile > > Log: > > MFC: Add a soelim befoer nroff. This entire Makefile is broken in the > > presence of obj dirs, both in -current and in -stable. > > It is never used. The working version in doc/psd/19.curses has many > other changes. > > Bruce