HEADS UP: images separation
Marc Fonvieille
blackend at FreeBSD.org
Thu Apr 10 21:25:26 UTC 2003
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
More information about the freebsd-doc
mailing list