aboutsummaryrefslogtreecommitdiff
path: root/doc/doxygen/Makefile.am
blob: 6f132dd83a59f1e1de326cd689c253369fc0e066 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This Makefile.am is in the public domain
all:
	@echo -e \
"Generate documentation:\n" \
"\tmake full - full documentation with dependency graphs (slow)\n" \
"\tmake fast - fast mode without dependency graphs"

full: libmicrohttpd.doxy
	doxygen $<

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

clean:
	rm -rf html


EXTRA_DIST = libmicrohttpd.doxy