Skip to content

Commit eee20b3

Browse files
committed
fix: build erlang docs, #4
1 parent 9f100c1 commit eee20b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hooks/post_install.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

metadata.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PLUGIN = {}
55
--- Plugin name
66
PLUGIN.name = "erlang"
77
--- Plugin version
8-
PLUGIN.version = "1.0"
8+
PLUGIN.version = "1.0.1"
99
--- Plugin homepage
1010
PLUGIN.homepage = "https://github.com/version-fox/vfox-erlang"
1111
--- Plugin license, please choose a correct license according to your needs.

0 commit comments

Comments
 (0)