diff options
author | Linus Nordberg <linus@nordu.net> | 2017-06-02 09:53:03 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-07-06 17:48:30 +0200 |
commit | bb71cbabaac8baf18f7a685339f0e2670b019d91 (patch) | |
tree | 9e3406d251a281a847429c7bf065a928737ca909 /Makefile | |
parent | 49445bfe1985054ee18691bf27c4033285401ddb (diff) |
Add manpage documentation skeleton.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |