html:
	xmlto html -o html CursoGnome.xml
	mkdir -p html/img
	cp -Rpf img/*png html/img

clean:
	rm -Rf *html *~
