We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f270b18 commit 7d74411Copy full SHA for 7d74411
3 files changed
cssom-view/Makefile
@@ -0,0 +1,17 @@
1
+ANOLIS = anolis
2
+
3
+all: Overview.html data/xrefs/css/cssom-view.json
4
5
+Overview.html: Overview.src.html data Makefile
6
+ $(ANOLIS) --output-encoding=ascii --omit-optional-tags --quote-attr-values \
7
+ --w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="cssom-view" \
8
+ --filter=".publish" $< $@
9
10
+data/xrefs/css/cssom-view.json: Overview.src.html Makefile
11
+ $(ANOLIS) --dump-xrefs=$@ $< /tmp/spec
12
13
+publish: Overview.src.html data Makefile
14
15
16
+ --filter=".dontpublish" --pubdate="$(PUBDATE)" --w3c-status=WD \
17
+ $< Overview.html
0 commit comments