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