Makefile.am 362 B

123456789101112131415161718
  1. # This Makefile.am is in the public domain
  2. all:
  3. @echo -e \
  4. "Generate documentation:\n" \
  5. "\tmake full - full documentation with dependency graphs (slow)\n" \
  6. "\tmake fast - fast mode without dependency graphs"
  7. full: gnunet.doxy
  8. doxygen $<
  9. fast: gnunet.doxy
  10. sed 's/\(HAVE_DOT.*=\).*/\1 NO/' $< | doxygen -
  11. clean:
  12. rm -rf html
  13. EXTRA_DIST = \
  14. gnunet.doxy