From a1b7f0001e29faf7925bb2b13b56eeec190adddd Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 12 Sep 2012 16:16:59 -0500 Subject: support sphinx documentation in relcool --- Makefile | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ef6fbe5..b16560d 100644 --- a/Makefile +++ b/Makefile @@ -35,13 +35,23 @@ ifeq ($(REBAR),) $(error "Rebar not available on this system") endif -# ============================================================================= -# Rules to build the system -# ============================================================================= .PHONY: all compile doc clean test dialyzer typer shell distclean pdf get-deps escript all: compile escript test dialyzer +# ============================================================================= +# Include relevant sub-makefiles. +# ============================================================================= +# These are not subdirs, they are just additional makefile information +# that happens to live subdirectories + +include $(CURDIR)/docs/docs.mkf + + +# ============================================================================= +# Rules to build the system +# ============================================================================= + get-deps: $(REBAR) get-deps $(REBAR) compile -- cgit v1.2.3