From owner-freebsd-doc@FreeBSD.ORG Thu Apr 10 14:25:25 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3EC937B404 for ; Thu, 10 Apr 2003 14:25:25 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38C3543FA3 for ; Thu, 10 Apr 2003 14:25:23 -0700 (PDT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205]) by abigail.blackend.org (8.12.3/8.12.3) with ESMTP id h3ALPLb7017277 for ; Thu, 10 Apr 2003 23:25:21 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost [127.0.0.1]) by nosferatu.blackend.org (8.12.9/8.12.9) with ESMTP id h3ALPKgi001695 for ; Thu, 10 Apr 2003 23:25:20 +0200 (CEST) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.12.9/8.12.9/Submit) id h3ALPKNh001694 for freebsd-doc@FreeBSD.org; Thu, 10 Apr 2003 23:25:20 +0200 (CEST) (envelope-from marc) Date: Thu, 10 Apr 2003 23:25:20 +0200 From: Marc Fonvieille To: freebsd-doc@FreeBSD.org Message-ID: <20030410212519.GA742@nosferatu.blackend.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.0-CURRENT Subject: HEADS UP: images separation X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2003 21:25:26 -0000 Hello, In few hours I will commit the needed changes to allow images separation from en_US directory. All images will be moved to doc/share/images/ following this scheme: doc/share/images/articles doc/share/images/articles/checkpoint doc/share/images/articles/console-server etc... doc/share/images/callouts doc/share/images/books doc/share/images/books/corp-net-guide etc... doc/share/images/books/handbook doc/share/images/books/handbook/advanced-networking doc/share/images/books/handbook/install doc/share/images/books/handbook/vinum etc... In the Makefiles the images will be referenced like so: IMAGES_EN = advanced-networking/isdn-bus.eps instead of IMAGES = advanced-networking/isdn-bus.eps which will be now used for a localized version of the image, for example: doc/fr_FR.ISO8859-1/books/handbook/advanced-networking/isdn-bus.eps Nothing will change for callouts images. Here are the files that will be changed by my commit: doc/share/mk/doc.docbook.mk doc/share/mk/doc.html.mk doc/share/mk/doc.images.mk and files that directly depend on en_US images: doc/en_US.ISO8859-1/articles/checkpoint/Makefile doc/en_US.ISO8859-1/articles/console-server/Makefile doc/en_US.ISO8859-1/articles/releng/Makefile doc/en_US.ISO8859-1/articles/vinum/Makefile doc/en_US.ISO8859-1/articles/vm-design/Makefile doc/en_US.ISO8859-1/books/corp-net-guide/Makefile doc/en_US.ISO8859-1/books/design-44bsd/Makefile doc/en_US.ISO8859-1/books/developers-handbook/Makefile doc/en_US.ISO8859-1/books/handbook/Makefile doc/en_US.ISO8859-1/books/handbook/txtfiles.ent doc/fr_FR.ISO8859-1/books/handbook/Makefile doc/it_IT.ISO8859-15/articles/vm-design/Makefile doc/it_IT.ISO8859-15/books/handbook/Makefile And of course images files will be moved. Please try to avoid commits on these files for the moment. For localized versions, translation teams should now link images from doc/share/images. Of course I did a lot of tests, but problems could occur, so please feel free to bug me in this case :) I will also take care of "pgp keys separation" soon. Marc