guohanghui's picture
Upload 303 files
84f2155 verified
Raw
History Blame Contribute Delete
262 Bytes
default:
@echo 'Targets:'
@echo ' view View documentation in Firefox.'
@echo ' build-python Build documentation from Python sources.'
view: build-python
@firefox ../docs/index.html &
build-python:
@-rm -rf ../docs
@mkdir ../docs
@doxygen