forked from whatwg/encoding
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
18 lines (14 loc) · 699 Bytes
/
Makefile
File metadata and controls
18 lines (14 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SHELL=/bin/bash -o pipefail
remote: encoding.bs
curl https://api.csswg.org/bikeshed/ -f -F file=@encoding.bs > encoding.html -F md-Text-Macro="SNAPSHOT-LINK LOCAL COPY"
local: encoding.bs
bikeshed spec encoding.bs encoding.html --md-Text-Macro="SNAPSHOT-LINK LOCAL COPY"
deploy: encoding.bs
curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh
CHECKER_FILTER="Text run is not in Unicode Normalization Form C\.|.*appears to be written in.*|.*Charmod C073.*" \
EXTRA_FILES="*.txt *.json *.css" \
POST_BUILD_STEP='python visualize.py "$$DIR/"' \
bash ./deploy.sh
review: encoding.bs
curl --remote-name --fail https://resources.whatwg.org/build/review.sh
bash ./review.sh