Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 2003 23:25:20 +0200
From:      Marc Fonvieille <blackend@FreeBSD.org>
To:        freebsd-doc@FreeBSD.org
Subject:   HEADS UP: images separation
Message-ID:  <20030410212519.GA742@nosferatu.blackend.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030410212519.GA742>