exchange/doc/doxygen/Makefile.am

19 lines
382 B
Makefile
Raw Normal View History

2015-03-28 15:42:07 +01:00
# 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"
2016-03-01 15:35:04 +01:00
full: taler-exchange.doxy
2015-03-28 15:42:07 +01:00
doxygen $<
2016-03-01 15:35:04 +01:00
fast: taler-exchange.doxy
2015-03-28 15:42:07 +01:00
sed 's/\(HAVE_DOT.*=\).*/\1 NO/' $< | doxygen -
clean:
rm -rf html
2016-03-01 15:35:04 +01:00
EXTRA_DIST = taler-exchange.doxy