File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 python ../../scripts/generate_template.py template.yml ../../namespaces/
77
88clean :
9- rm * .template. json
9+ rm * .json * .asciidoc
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ all: docs
44 python ../../scripts/generate_template.py template.yml ../../namespaces/
55
66clean :
7- rm * .template. json
7+ rm * .json * .asciidoc
88
99docs :
1010 python ../../scripts/generate_template.py template.yml ../../namespaces/ --docs
Original file line number Diff line number Diff line change 66 python ../../scripts/generate_template.py template.yml ../../namespaces/
77
88clean :
9- rm * .template. json
9+ rm * .json * .asciidoc
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ all: docs
55 python ../../scripts/generate_template.py template-operations.yml ../../namespaces/
66
77clean :
8- rm * .template. json
8+ rm * .json * .asciidoc
99
1010docs :
1111 python ../../scripts/generate_template.py template-project.yml ../../namespaces/ --docs
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ all: docs
44 python ../../scripts/generate_template.py template-test.yml ../../namespaces/
55
66clean :
7- rm * .template. json
7+ rm * .json * .asciidoc
88
99docs :
1010 python ../../scripts/generate_template.py template-test.yml ../../namespaces/ --docs
You can’t perform that action at this time.
0 commit comments