forked from w3c/webappsec-csp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
33 lines (23 loc) · 922 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
all: index.html ./api/index.html ./cookies/index.html ./embedded/index.html ./pinning/index.html
force:
bikeshed -f spec ./index.src.html
bikeshed -f spec ./api/index.src.html
bikeshed -f spec ./embedded/index.src.html
bikeshed -f spec ./cookies/index.src.html
bikeshed -f spec ./pinning/index.src.html
index.html: index.src.html
bikeshed -f spec ./index.src.html
FPWD:
bikeshed -f spec --md-status=FPWD --md-date=2015-01-19 ./index.src.html ./published/FPWD-2015-01.html
WD:
bikeshed -f spec --md-status=WD ./index.src.html ./WD.html
api/index.html: api/index.src.html
bikeshed -f spec ./api/index.src.html
cookies/index.html: cookies/index.src.html
bikeshed -f spec ./cookies/index.src.html
pinning/index.html: pinning/index.src.html
bikeshed -f spec ./pinning/index.src.html
embedded/index.html: embedded/index.src.html
bikeshed -f spec ./embedded/index.src.html
publish:
git push origin master