From owner-cvs-all Tue Jul 18 9:30:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4175137BEEA; Tue, 18 Jul 2000 09:30:46 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA79299; Tue, 18 Jul 2000 09:30:46 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007181630.JAA79299@freefall.freebsd.org> From: Nik Clayton Date: Tue, 18 Jul 2000 09:30:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk doc.docbook.mk doc.images.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/18 09:30:45 PDT Modified files: share/mk doc.docbook.mk doc.images.mk Log: doc.images.mk LOCAL_LIB_IMAGES_DIR should be a path component, not a complete path, so remove ${.CURDIR}. doc.docbook.mk Set the directory for image installation correctly, and ensure that the directory exists before we try and do anything with it. These should fix the installation problems people are having with the primer. There's still an outstanding bug -- make(1) thinks that the local library images are out-of-date with respect to the ones in share/images for some reason. This forces a rebuild each time. I'm still looking at that. Revision Changes Path 1.16 +5 -3 doc/share/mk/doc.docbook.mk 1.2 +2 -2 doc/share/mk/doc.images.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message