DOCS=index research about acads contact arbit teaching msc HDOCS=$(addsuffix .php, $(DOCS)) .PHONY : docs docs : $(HDOCS) %.php : %.jemdoc MENU python jemdoc.py -o $@ $< .PHONY : clean clean : -rm -f index.php research.php about.php acads.php contact.php arbit.php teaching.php msc.php