
all: arabe.all deutsch.all espanol.all english.all francais.all catala.all italiano.all farsi.all turc.all

%.all:
	make $(subst .wml,.htm,$(shell echo $*/*.wml ))

%.htm: %.wml page.inc participants.inc langues.inc conferenciers.inc resume.inc timetable.inc
	wml -I $(dir $@) $< > $@
