From owner-cvs-share Sat Jan 11 23:24:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA14338 for cvs-share-outgoing; Sat, 11 Jan 1997 23:24:01 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA14325; Sat, 11 Jan 1997 23:23:59 -0800 (PST) Date: Sat, 11 Jan 1997 23:23:59 -0800 (PST) From: Peter Wemm Message-Id: <199701120723.XAA14325@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/info Makefile Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/01/11 23:23:58 Modified: share/info Makefile Log: Make this slightly less bogus. I'm not 100% sure what is correct here, but replacing the "dir" file unconditionally isn't it. During the course of development, if .info files go away from the sources, nothing removes them from /usr/share/info, this is the same as system binaries etc. Removing the entire index isn't helpful, because you've got to reinstall the entire tree to get it back again. bsd.info.mk has a reference to /usr/share/info/dir-tmpl, I wonder if it once created dir if needed? Revision Changes Path 1.2 +6 -1 src/share/info/Makefile