s/done/(aegisub|reporter)/ for clarity.

Originally committed to SVN as r3552.
This commit is contained in:
Amar Takhar 2009-09-26 08:52:01 +00:00
parent fd645ebec4
commit ad1a11b5a0

View file

@ -603,7 +603,7 @@ fwww_dox.addStep(source.SVN(mode="clobber", svnurl=source_unix))
fwww_dox.addStep(shell.ShellCommand(
name = "aegisub",
description = "generating",
descriptionDone = "done",
descriptionDone = "aegisub",
logfiles={
'doxygen.log': 'doxygen.log'
},
@ -619,7 +619,7 @@ fwww_dox.addStep(shell.ShellCommand(
fwww_dox.addStep(shell.ShellCommand(
name = "reporter",
description = "generating",
descriptionDone = "done",
descriptionDone = "reporter",
logfiles={
'doxygen.log': 'doxygen.log'
},