Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 9578e3e

Browse files
committed
[[ UserGuideBuilder ]] Remove redundant markdown compiler ref
1 parent bd55911 commit 9578e3e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

builder/user_guide_builder.livecodescript

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ private command Initialize pEdition, pVersion, pOutputPath
1010
exit Initialize
1111
end if
1212

13-
start using stack (builderSystemFolder() & slash & "markdown_compiler.livecodescript")
1413
set the defaultfolder to builderRepoFolder()
1514
set the hideconsolewindows to true
1615

@@ -21,7 +20,7 @@ private command Initialize pEdition, pVersion, pOutputPath
2120
end Initialize
2221

2322
private command Finalize
24-
stop using stack (builderSystemFolder() & slash & "markdown_compiler.livecodescript")
23+
2524
end Finalize
2625

2726
command guideBuilderRun pEdition, pVersion, pReleaseType, pOutputDir

0 commit comments

Comments
 (0)