
include ../common/rules

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

clean:
	-rm -f *.ps

