Skip to content

Commit 1a8b16d

Browse files
committed
Merge pull request #62 from nomis52/fix
Switch from ja-rule to ole.
2 parents 5e6f2ba + 6885d40 commit 1a8b16d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

master.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ ja_rule_doc_factory.addStep(Compile(
273273
command=['make', 'doxygen-doc']))
274274
ja_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(
307307
ja_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

313313
c['builders'] = []

0 commit comments

Comments
 (0)