blob: f7485a2423b8c9835811a51d04f3884940fb0e9a [file] [log] [blame]
import 'util.eol';
rule Flowchart2Index
transform flowchart : Flowchart {
template : "flowchart2index.egl"
target : "../../website/index.html"
}
rule Action2Page
transform action : Action {
template : "action2page.egl"
target : "../../website/" + action.name.clean() + ".html"
}
rule Decision2Page
transform decision : Decision {
template : "decision2page.egl"
target : "../../website/" + decision.name.clean() + ".html"
}