doc/share/mk
Nik Clayton 57f6bf9869 Support library images. Do this by
1.  Listing LIB_IMAGES as a dependency on certain targets, to ensure
    that library images are pulled in correctly.

2.  Create a new FORMAT, html.tar, to cater for the case where we might
    be producing a single .html file, but we need to tar that up for
    distribution and the tar file needs to include all the images.

3.  Update the various install-* targets to include the images.

4.  Update the package-* targets to include the images

While I'm here, pull out the .doc target.  For some reason I thought our
tool chain could produce Microsoft Word .doc files.  It can't.
2000-07-16 16:32:27 +00:00
..
doc.docbook.mk Support library images. Do this by 2000-07-16 16:32:27 +00:00
doc.html.mk Support infrastructure for HTML documents in the doc/ tree. 2000-06-26 09:04:24 +00:00
doc.images.mk Image support in the documentation. For the time being, just support 2000-07-16 16:27:30 +00:00
doc.install.mk
doc.project.mk Pull in doc.images.mk as necessary. 2000-07-16 16:29:18 +00:00
doc.subdir.mk