
include ../common/rules

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

clean:
	-rm -f *.tex

