diff options
author | Linus Nordberg <linus@nordu.net> | 2017-06-02 09:53:03 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-06-02 09:53:03 +0200 |
commit | 4894b8245ba4139498ec155170e9bdc9f4a96eda (patch) | |
tree | 4b2ffd36049bcc84da3a073f0d42f3e776e68b89 /Makefile | |
parent | f9d9272401c588930d4ecca6fdd8903b2a09cb99 (diff) |
Add manpage documentation skeleton.doc
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 |