File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 Inputs = ' docSource/**/*.mlx' ,...
3434 Outputs = " toolbox/html/**/*.html" );
3535
36- % plan("pcodeBossapi") = PcodeTask(...
37- % "toolbox/dependencies/+bossapi","toolbox/dependencies/+bossapi",...
38- % Description = "pcode bossapi");
36+ plan(" pcodeBossapi" ) = PcodeTask(...
37+ " toolbox/dependencies/+bossapi" ," toolbox/dependencies/+bossapi" ,...
38+ Description = " pcode bossapi" );
3939
4040plan(" package" ) = Task( ...
4141 Description = " Package toolbox" , ...
42- Dependencies = [" check" " updateSGdeps" " test" " buildDoc" ], ...
42+ Dependencies = [" check" " updateSGdeps" " test" " buildDoc" " pcodeBossapi " ], ...
4343 Actions = @(~,toolboxVer ,authorName ) releaseTask(toolboxVer ,authorName ));
4444
4545% Set default tasks in the plan
You can’t perform that action at this time.
0 commit comments