
include ../common/rules

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

clean:
	-rm -f  *.info

