File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ ja_rule_doc_factory.addStep(Compile(
273273 command = ['make' , 'doxygen-doc' ]))
274274ja_rule_doc_factory .addStep (ShellCommand (
275275 command = ["./doxygen/copy-doc.sh" ,
276- "/opt/www/docs.openlighting.org/ja-rule /doc/latest/" ],
276+ "/opt/www/docs.openlighting.org/ole /doc/latest/" ],
277277 name = "copy" ))
278278
279279# Ja-Rule doxygen manual factory
@@ -307,7 +307,7 @@ ja_rule_manual_factory.addStep(Compile(
307307ja_rule_manual_factory .addStep (ShellCommand (
308308 workdir = "build/user_manual" ,
309309 command = ["./copy-manual.sh" ,
310- "/opt/www/docs.openlighting.org/ja-rule /manual/latest/" ],
310+ "/opt/www/docs.openlighting.org/ole /manual/latest/" ],
311311 name = "copy" ))
312312
313313c ['builders' ] = []
You can’t perform that action at this time.
0 commit comments