summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2017-06-02 09:53:03 +0200
committerMagnus Ahltorp <map@kth.se>2017-06-29 21:26:38 +0200
commit55e1c7b770b75a9baaf3fb39ef4cb5c663381b01 (patch)
tree2a547fcd4f0defa73a092d53dc978d5b7d26c744 /Makefile
parent107b977cb8fa0df0ca5619c2f9fd9e3e6e5a83a1 (diff)
Add manpage documentation skeleton.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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