-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdbc.json
More file actions
26 lines (26 loc) · 702 Bytes
/
Copy pathdbc.json
File metadata and controls
26 lines (26 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"targets": [
{
"output": "README.md",
"template": "README.tmpl.md",
"inputs": [
"test/green_specs/configure_cmake.sloth",
"test/green_specs/var_reference.sloth",
"test/green_specs/first_class_func.sloth",
"docs/context.md"
]
},
{
"output": "test/green_specs/configure_cmake.sloth",
"filter": "awk '/### Program/{f=1; next} /### /{f=0} f'"
},
{
"output": "test/green_specs/var_reference.sloth",
"filter": "awk '/### Program/{f=1; next} /### /{f=0} f'"
},
{
"output": "test/green_specs/first_class_func.sloth",
"filter": "awk '/### Program/{f=1; next} /### /{f=0} f'"
}
]
}