# The new rules

include ../common/rules

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

clean:
	-rm -f *.txt

