File size: 262 Bytes
84f2155
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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