Date: Sat, 12 Oct 2002 03:53:52 -0700 (PDT) From: Marc Fonvieille <blackend@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk doc.docbook.mk doc.images.mk Message-ID: <200210121053.g9CArqRP049251@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210121053.g9CArqRP049251>