
include ../common/rules

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

clean:
	-rm -f  *.lyx

