edoc.mk 480 B

123456789101112131415161718192021
  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 -noshell \
  9. -eval 'edoc:application($(PROJECT), ".", [$(EDOC_OPTS)]), init:stop().'
  10. distclean:: distclean-edoc
  11. # Plugin-specific targets.
  12. distclean-edoc:
  13. $(gen_verbose) rm -f doc/*.css doc/*.html doc/*.png doc/edoc-info