File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ function PLUGIN:PostInstall(ctx)
3535
3636 local install_erlang_cmd = " cd " .. path .. " && make && make install"
3737 -- install with docs chunk for IDE/REPL docs hits & type hits
38- local install_erlang_docs_cmd = " cd " .. path .. " && make docs DOC_TARGETS=" .. docs_target .. " && make release_docs DOC_TARGETS=" .. docs_target
38+ local install_erlang_docs_cmd = " cd " .. path .. " && make docs DOC_TARGETS=" .. docs_target .. " && make install-docs DOC_TARGETS=" .. docs_target
3939
4040 local status = os.execute (configure_cmd .. " && " .. install_erlang_cmd .. " && " .. install_erlang_docs_cmd )
4141 if status ~= 0 then
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ PLUGIN = {}
55--- Plugin name
66PLUGIN .name = " erlang"
77--- Plugin version
8- PLUGIN .version = " 1.0"
8+ PLUGIN .version = " 1.0.1 "
99--- Plugin homepage
1010PLUGIN .homepage = " https://github.com/version-fox/vfox-erlang"
1111--- Plugin license, please choose a correct license according to your needs.
You can’t perform that action at this time.
0 commit comments