From bb71cbabaac8baf18f7a685339f0e2670b019d91 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 2 Jun 2017 09:53:03 +0200 Subject: Add manpage documentation skeleton. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5af5508..a9c6d6d 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ build all: clean: -rm ebin/*.beam + $(MAKE) -C doc $@ release: all rm -rf $(INSTDIR) @@ -23,6 +24,9 @@ dialyze: build tags: find . -name \*.?rl -o -name \*.py | etags - +doc: + $(MAKE) -C $@ + # Unit testing. check: all test/check.erl -- cgit v1.1