edoc.mk 465 B

1234567891011121314151617181920
  1. # Copyright (c) 2013-2014, 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
  4. # Configuration.
  5. EDOC_OPTS ?=
  6. # Core targets.
  7. docs:: distclean-edoc
  8. $(gen_verbose) $(ERL) -eval 'edoc:application($(PROJECT), ".", [$(EDOC_OPTS)]), halt().'
  9. distclean:: distclean-edoc
  10. # Plugin-specific targets.
  11. distclean-edoc:
  12. $(gen_verbose) rm -f doc/*.css doc/*.html doc/*.png doc/edoc-info