.SUFFIXES: .rd .html
RD2 = rd2
TARGET = ssl.ja.html

.rd.html:
	$(RD2) $< >$@

all: $(TARGET)

clean:
	rm -f $(TARGET)
