Skip to content

Commit c32667a

Browse files
committed
Added make docs
1 parent 42b2245 commit c32667a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Makefile

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,17 @@ test:
55
--serial \
66
-I lib
77

8-
.PHONY: test
8+
docs: index.html
9+
10+
index.html:
11+
dox \
12+
--title "Knox" \
13+
--desc "Light-weight Amazon S3 client for [NodeJS](http://nodejs.org)." \
14+
--ribbon "http://github.com/LearnBoost/knox" \
15+
--private \
16+
lib/knox/*.js > $@
17+
18+
docclean:
19+
rm -f index.html
20+
21+
.PHONY: test docs docclean

0 commit comments

Comments
 (0)