SUBDIR += readme

all:	html

# all:	test index.html

#clean:
#	rm -f record.h.gch

test:	record.h.gch
	rm record.h.gch

record.h.gch:
	cc -c record.h

FOR_JPG=
# prevent .pdf from .jpg
FOR_PNG=
# prevent .tiff from .png

.include <berklix.mk>
