
include ../common/rules

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

clean:
	-rm -f *.html

