Skip to content

Commit

Permalink
fix: build erlang docs, #4
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshan333 committed May 14, 2024
1 parent 9f100c1 commit eee20b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hooks/post_install.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function PLUGIN:PostInstall(ctx)

local install_erlang_cmd = "cd " .. path .. "&& make && make install"
-- install with docs chunk for IDE/REPL docs hits & type hits
local install_erlang_docs_cmd = "cd " .. path .. " && make docs DOC_TARGETS=" .. docs_target .. " && make release_docs DOC_TARGETS=" .. docs_target
local install_erlang_docs_cmd = "cd " .. path .. " && make docs DOC_TARGETS=" .. docs_target .. " && make install-docs DOC_TARGETS=" .. docs_target

local status = os.execute(configure_cmd .. " && " .. install_erlang_cmd .. " && " ..install_erlang_docs_cmd)
if status ~= 0 then
Expand Down
2 changes: 1 addition & 1 deletion metadata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PLUGIN = {}
--- Plugin name
PLUGIN.name = "erlang"
--- Plugin version
PLUGIN.version = "1.0"
PLUGIN.version = "1.0.1"
--- Plugin homepage
PLUGIN.homepage = "https://github.com/version-fox/vfox-erlang"
--- Plugin license, please choose a correct license according to your needs.
Expand Down

0 comments on commit eee20b3

Please sign in to comment.