File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ DOWNLOADDIR = _download
12
12
NAME = WebAssembly
13
13
DECISION_URL = https://github.com/WebAssembly/meetings/blob/main/main/2024/WG-06-12.md
14
14
TAR = tar
15
+ DEADLINE = $(shell date -d "+30 days" +% Y-% m-% d 2>/dev/null || date -v +30d +% Y-% m-% d)
15
16
16
17
# Internal variables.
17
18
PAPEROPT_a4 = -D latex_paper_size=a4
@@ -155,7 +156,7 @@ bikeshed: $(GENERATED)
155
156
@echo
156
157
@echo =========================================================================
157
158
mkdir -p $(BUILDDIR ) /bikeshed_mathjax/
158
- bikeshed spec --md-status=$(W3C_STATUS ) index.bs $(BUILDDIR ) /bikeshed_mathjax/index.html
159
+ bikeshed spec --md-status=$(W3C_STATUS ) --md-deadline= $( DEADLINE ) index.bs $(BUILDDIR ) /bikeshed_mathjax/index.html
159
160
mkdir -p $(BUILDDIR ) /html/bikeshed/
160
161
(cd util/katex/ && yarn && yarn build && npm install --only=prod)
161
162
python3 util/mathjax2katex.py $(BUILDDIR ) /bikeshed_mathjax/index.html \
Original file line number Diff line number Diff line change @@ -5,11 +5,12 @@ DOWNLOADDIR = _download
5
5
NAME = WebAssembly
6
6
DECISION_URL = https://github.com/WebAssembly/meetings/blob/main/main/2024/WG-06-12.md
7
7
TAR = tar
8
+ DEADLINE = $(shell date -d "+30 days" +% Y-% m-% d 2>/dev/null || date -v +30d +% Y-% m-% d)
8
9
9
10
.PHONY : all
10
11
all :
11
12
mkdir -p $(BUILDDIR ) /html
12
- bikeshed spec --md-status=$(W3C_STATUS ) index.bs $(BUILDDIR ) /html/index.html
13
+ bikeshed spec --md-status=$(W3C_STATUS ) --md-deadline= $( DEADLINE ) index.bs $(BUILDDIR ) /html/index.html
13
14
@echo " Build finished. The HTML pages are in ` pwd` /$( BUILDDIR) /html."
14
15
15
16
.PHONY : publish
@@ -34,7 +35,7 @@ diff: all
34
35
# macOS tar has no “--transform” option (only GNU tar does), so on macOS,
35
36
# do “brew install tar” & run “make” like this: “TAR=gtar make -e WD-tar”
36
37
WD-tar : all
37
- bikeshed spec --md-status=$(W3C_STATUS ) index.bs $(BUILDDIR ) /html/index.html
38
+ bikeshed spec --md-status=$(W3C_STATUS ) --md-deadline= $( DEADLINE ) index.bs $(BUILDDIR ) /html/index.html
38
39
$(TAR ) -C $(BUILDDIR ) /html --transform=" s/index.html/Overview.html/" -cf $(BUILDDIR ) /WD.tar index.html
39
40
@echo " Built $( BUILDDIR) /WD.tar."
40
41
@@ -63,4 +64,4 @@ WD-echidna-CI: WD-tar
63
64
-F " token=$( W3C_ECHIDNA_TOKEN_JSAPI) " \
64
65
-F " decision=$( DECISION_URL) " | tee $(BUILDDIR ) /WD-echidna-id.txt
65
66
@echo
66
- @echo " Published w $( W3C_STATUS) . Check its status at https://labs.w3.org/echidna/api/status?id=` cat $( BUILDDIR) /WD-echidna-id.txt` "
67
+ @echo " Published $( W3C_STATUS) . Check its status at https://labs.w3.org/echidna/api/status?id=` cat $( BUILDDIR) /WD-echidna-id.txt` "
Original file line number Diff line number Diff line change @@ -5,11 +5,12 @@ DOWNLOADDIR = _download
5
5
NAME = WebAssembly
6
6
DECISION_URL = https://github.com/WebAssembly/meetings/blob/main/main/2024/WG-06-12.md
7
7
TAR = tar
8
+ DEADLINE = $(shell date -d "+30 days" +% Y-% m-% d 2>/dev/null || date -v +30d +% Y-% m-% d)
8
9
9
10
.PHONY : all
10
11
all :
11
12
mkdir -p $(BUILDDIR ) /html
12
- bikeshed spec --md-status=$(W3C_STATUS ) index.bs $(BUILDDIR ) /html/index.html
13
+ bikeshed spec --md-status=$(W3C_STATUS ) --md-deadline= $( DEADLINE ) index.bs $(BUILDDIR ) /html/index.html
13
14
@echo " Build finished. The HTML pages are in ` pwd` /$( BUILDDIR) /html."
14
15
15
16
.PHONY : publish
@@ -34,7 +35,7 @@ diff: all
34
35
# macOS tar has no “--transform” option (only GNU tar does), so on macOS,
35
36
# do “brew install tar” & run “make” like this: “TAR=gtar make -e WD-tar”
36
37
WD-tar : all
37
- bikeshed spec --md-status=$(W3C_STATUS ) index.bs $(BUILDDIR ) /html/index.html
38
+ bikeshed spec --md-status=$(W3C_STATUS ) --md-deadline= $( DEADLINE ) index.bs $(BUILDDIR ) /html/index.html
38
39
$(TAR ) -C $(BUILDDIR ) /html --transform=" s/index.html/Overview.html/" -cf $(BUILDDIR ) /WD.tar index.html
39
40
@echo " Built $( BUILDDIR) /WD.tar."
40
41
You can’t perform that action at this time.
0 commit comments