exchange/doc/doxygen/Makefile.am
2016-03-01 15:35:04 +01:00

19 lines
382 B
Makefile

# 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: taler-exchange.doxy
doxygen $<
fast: taler-exchange.doxy
sed 's/\(HAVE_DOT.*=\).*/\1 NO/' $< | doxygen -
clean:
rm -rf html
EXTRA_DIST = taler-exchange.doxy