Skip to content

Commit 5e8d14e

Browse files
committed
Adapt simple scripting to build draft spec
Add a rule to the Makefile to move draft builds into a draft subdirectory Signed-off-by: Joshua Lock <[email protected]>
1 parent 6665dd5 commit 5e8d14e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ latest: spec
99
mkdir -p latest
1010
cp tuf-spec.html latest/index.html
1111

12+
draft: spec
13+
mkdir -p draft
14+
cp tuf-spec.html draft/index.html
15+
1216
versioned: spec
1317
mkdir -p $(shell python3 $(SPEC_DIR)/get_version.py $(SPEC_DIR)/tuf-spec.md)
1418
cp tuf-spec.html $(shell python3 $(SPEC_DIR)/get_version.py $(SPEC_DIR)/tuf-spec.md)/index.html

0 commit comments

Comments
 (0)