ce6f78 | 1997-10-27 | Mirar (Pontus Hagland) | |
DOCFILES = doc-header \
blit.c blit_layer_include.h colortable.c colortable.h dct.c font.c \
|
a268f3 | 1997-11-07 | Mirar (Pontus Hagland) | | image.c image.h matrix.c operator.c pattern.c pnm.c \
|
ce6f78 | 1997-10-27 | Mirar (Pontus Hagland) | | polyfill.c quant.c togif.c x.c encodings/gif.c encodings/gif_lzw.c \
|
3d8925 | 1997-11-02 | Mirar (Pontus Hagland) | | encodings/gif_lzw.h encodings/pnm.c \
|
ce6f78 | 1997-10-27 | Mirar (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
|