mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
No need to test intermediate XML, and delete after conversion
This commit is contained in:
parent
bf262a6051
commit
066e0a8101
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ run_a2x(Cwd, AsciiDocFile) ->
|
|||
{error, "a2x was not found: do you have 'asciidoc' installed?"};
|
||||
{true, Path} ->
|
||||
Cmd = lists:flatten(
|
||||
io_lib:format("~ts -f manpage ~ts -D ~ts",
|
||||
io_lib:format("~ts --no-xmllint -f manpage ~ts -D ~ts",
|
||||
[Path, AsciiDocFile, Cwd])),
|
||||
case os:cmd(Cmd) of
|
||||
"" -> ok;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue