all:
	@(cd ../dist && sh s_docs -t)

clean:
	rm -f doxygen.log *.css *.html *.js *.png *.ps

.PHONY: all
