rtftohtml: rtfreader rtf.h rtftohtml.c
${CC} ${CCFLAGS} reader.o rtftohtml.c -o rtftohtml
clean:
rm rtftohtml rtftohtml.o
rtfreader: reader.c
${MAKE} reader.o
reader.c:
@ echo You need to get the RTF package from ftp.primate.wisc.edu
@ echo and put it into this directory.
@ exit 1