From owner-cvs-all Sat Oct 12 3:53:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E2E737B401; Sat, 12 Oct 2002 03:53:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C78D843E9C; Sat, 12 Oct 2002 03:53:52 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9CArqCo049252; Sat, 12 Oct 2002 03:53:52 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9CArqRP049251; Sat, 12 Oct 2002 03:53:52 -0700 (PDT) Message-Id: <200210121053.g9CArqRP049251@freefall.freebsd.org> From: Marc Fonvieille Date: Sat, 12 Oct 2002 03:53:52 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/10/12 03:53:52 PDT Modified files: share/mk doc.docbook.mk doc.images.mk Log: Allow the use of graphic files from en_US.ISO8859-1/ directory for localized docs. For example in the Handbook Makefile, an image entry will be similar to: IMAGES = ../../../en_US.ISO8859-1/books/handbook/install/userconfig.scr the image will be built in that directory and then installed in the right localized place at installation time. Some versions of ghostscript (7.04) have problems with the use of relative path when the arguments are passed by peps; a fix was added. Reviewed and discussed with: murray Revision Changes Path 1.69 +6 -4 doc/share/mk/doc.docbook.mk 1.17 +7 -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