
include ../common/rules

rtf: $(notdir $(patsubst %.sgml,%.rtf, $(wildcard ../sgml/*.sgml)))

clean:
	-rm -f *.rtf


