edoc.mk 491 B

12345678910111213141516171819202122
  1. # Copyright (c) 2013-2015, Loïc Hoguin <essen@ninenines.eu>
  2. # This file is part of erlang.mk and subject to the terms of the ISC License.
  3. .PHONY: distclean-edoc edoc
  4. # Configuration.
  5. EDOC_OPTS ?=
  6. # Core targets.
  7. docs:: distclean-edoc edoc
  8. distclean:: distclean-edoc
  9. # Plugin-specific targets.
  10. edoc: doc-deps
  11. $(gen_verbose) $(ERL) -eval 'edoc:application($(PROJECT), ".", [$(EDOC_OPTS)]), halt().'
  12. distclean-edoc:
  13. $(gen_verbose) rm -f doc/*.css doc/*.html doc/*.png doc/edoc-info