aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: 9a6805908e6897d88bb8eaa077c59c5415fc8d0a (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