mkprintf:  wraps any text file to a C function that outputs the
           original text

Copyright (C) 1999  Frank Reker <frank@reker.net>

mkprintf is free software.  See the file COPYING for copying permission.

INSTALL:
	type make
	this makes the file mkprintf, no copy it to any destination included in
	your PATH e.g. cp mkprintf /usr/bin
	now copy the man page to it's place:
	gzip mkprintf.8
	cp mkprintf.8.gz /usr/man/man8/

USAGE:
	see man page


