ce6f781997-10-27Mirar (Pontus Hagland)  DOCFILES = doc-header \ blit.c blit_layer_include.h colortable.c colortable.h dct.c font.c \
a268f31997-11-07Mirar (Pontus Hagland)  image.c image.h matrix.c operator.c pattern.c pnm.c \
ce6f781997-10-27Mirar (Pontus Hagland)  polyfill.c quant.c togif.c x.c encodings/gif.c encodings/gif_lzw.c \
3d89251997-11-02Mirar (Pontus Hagland)  encodings/gif_lzw.h encodings/pnm.c \
ce6f781997-10-27Mirar (Pontus Hagland)  doc-footer pike=pike default: echo "This makefile only builds documentation. Please run configure." echo "To build documentation, type 'make doc'." docs: $(DOCFILES) mkdoc.pike Makefile $(pike) mkdoc.pike $(DOCFILES) doc: docs