
include ../common/rules

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

clean:
	-rm -f  *.htm

