Files
mongo/docs/Makefile
2012-02-18 12:18:53 +00:00

8 lines
105 B
Makefile

all:
@(cd ../dist && sh s_docs -t)
clean:
rm -f doxygen.log *.css *.html *.js *.png *.ps
.PHONY: all