aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: 5e09f24d0b9dc8d005b07abb3a6e04f41bfbd297 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all:
	@echo -e \
"Generate documentation:\n" \
"\tmake full - full documentation with dependency graphs (slow)\n" \
"\tmake fast - fast mode without dependency graphs"

full: brandt.doxy
	doxygen $<

fast: brandt.doxy
	sed 's/\(HAVE_DOT.*=\).*/\1 NO/' $< | doxygen -

clean:
	rm -rf html man