Branch: Tag:

1997-11-10

1997-11-10 05:41:19 by Mirar (Pontus Hagland) <pike@sort.mirar.org>

wmml documentation-maker added

Rev: src/modules/Image/Makefile:1.4
Rev: src/modules/Image/colortable.c:1.25
Rev: src/modules/Image/doc-footer:1.2
Rev: src/modules/Image/doc-header:1.2
Rev: src/modules/Image/doc/Image.colortable.html:1.8
Rev: src/modules/Image/doc/Image.html:1.15
Rev: src/modules/Image/doc/illustrations.html:1.3
Rev: src/modules/Image/encodings/gif.c:1.16
Rev: src/modules/Image/image.c:1.57
Rev: src/modules/Image/mkwmml.pike:1.1

6:    encodings/gif_lzw.h encodings/pnm.c \    doc-footer    + WMMLDOCPLACE = ../../../tutorial/Image.wmml +    pike=pike      default:    echo "This makefile only builds documentation. Please run configure." -  echo "To build documentation, type 'make doc'." +  echo "To build HTML documentation, type 'make doc'." +  echo "To build WMML documentation, type 'make wmml'."    - docs: $(DOCFILES) mkdoc.pike Makefile + doc: $(DOCFILES) mkdoc.pike Makefile    $(pike) mkdoc.pike $(DOCFILES)    - doc: docs + $(WMMLDOCPLACE): $(DOCFILES) mkwmml.pike Makefile +  $(pike) mkwmml.pike $(DOCFILES) >$(WMMLDOCPLACE)    -  + wmml: $(WMMLDOCPLACE) +