We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6665dd5 commit 5e8d14eCopy full SHA for 5e8d14e
Makefile
@@ -9,6 +9,10 @@ latest: spec
9
mkdir -p latest
10
cp tuf-spec.html latest/index.html
11
12
+draft: spec
13
+ mkdir -p draft
14
+ cp tuf-spec.html draft/index.html
15
+
16
versioned: spec
17
mkdir -p $(shell python3 $(SPEC_DIR)/get_version.py $(SPEC_DIR)/tuf-spec.md)
18
cp tuf-spec.html $(shell python3 $(SPEC_DIR)/get_version.py $(SPEC_DIR)/tuf-spec.md)/index.html
0 commit comments