# Path to lablgtk2 modules documentation
LABLGTK2 = ..\/html

GTK2_TUT = gtk2-tutorial.sgml

lablgtk2:
	sed -e "s/@Lablgtk2@/$(LABLGTK2)/g" $(GTK2_TUT) > lablgtk2-tutorial.sgml
	db2html lablgtk2-tutorial.sgml
	cp -r images lablgtk2-tutorial

clean:
	rm -f lablgtk2-tutorial.sgml
	rm -rf *.junk

distclean: clean
	rm -rf lablgtk2-tutorial
