Skip to content

Commit 34b95a6

Browse files
author
Geoff Cant
committed
Fixes edoc generation in rebar.
1 parent 55d98c5 commit 34b95a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
[{"CFLAGS", "$CFLAGS -I/usr/include/libxml2"},
2828
{"LDFLAGS", "$LDFLAGS -module -avoid-version"}]}.
2929

30-
{edoc_opts, [{def, [{vsn, "0.9.4-HEAD"}]}]}.
30+
{edoc_opts, [{def, [{vsn, "0.9.4-HEAD"}]}, {packages, false}]}.

0 commit comments

Comments
 (0)