mirror of https://github.com/odrling/Aegisub
s/done/(aegisub|reporter)/ for clarity.
Originally committed to SVN as r3552.
This commit is contained in:
parent
fd645ebec4
commit
ad1a11b5a0
|
@ -603,7 +603,7 @@ fwww_dox.addStep(source.SVN(mode="clobber", svnurl=source_unix))
|
||||||
fwww_dox.addStep(shell.ShellCommand(
|
fwww_dox.addStep(shell.ShellCommand(
|
||||||
name = "aegisub",
|
name = "aegisub",
|
||||||
description = "generating",
|
description = "generating",
|
||||||
descriptionDone = "done",
|
descriptionDone = "aegisub",
|
||||||
logfiles={
|
logfiles={
|
||||||
'doxygen.log': 'doxygen.log'
|
'doxygen.log': 'doxygen.log'
|
||||||
},
|
},
|
||||||
|
@ -619,7 +619,7 @@ fwww_dox.addStep(shell.ShellCommand(
|
||||||
fwww_dox.addStep(shell.ShellCommand(
|
fwww_dox.addStep(shell.ShellCommand(
|
||||||
name = "reporter",
|
name = "reporter",
|
||||||
description = "generating",
|
description = "generating",
|
||||||
descriptionDone = "done",
|
descriptionDone = "reporter",
|
||||||
logfiles={
|
logfiles={
|
||||||
'doxygen.log': 'doxygen.log'
|
'doxygen.log': 'doxygen.log'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue