
include ../common/rules

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

clean:
	-rm -f *.html

