
include ../common/rules

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

clean:
	-rm -f  *.info

