Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit d2a90f1

Browse files
committed
Spring cleaning
1 parent c73c601 commit d2a90f1

File tree

5 files changed

+158
-5103
lines changed

5 files changed

+158
-5103
lines changed

Makefile

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
ANOLIS = anolis
22

3-
all: Overview.html Overview.whatwg.html
4-
5-
Overview.html: Overview.src.html ../xref Makefile
6-
$(ANOLIS) --omit-optional-tags --quote-attr-values \
7-
--w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="html5-diff" \
8-
--filter=".not-draft, .not-w3c" --xref="../xref" $< $@
3+
all: Overview.whatwg.html
94

105
Overview.whatwg.html: Overview.src.html ../xref Makefile
116
$(ANOLIS) --omit-optional-tags --quote-attr-values \
127
--w3c-compat --enable=xspecxref --enable=refs \
13-
--filter=".not-draft, .not-whatwg" --xref="../xref" $< $@
14-
15-
tr: Overview.src.html ../xref Makefile
16-
$(ANOLIS) --omit-optional-tags --quote-attr-values \
17-
--w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="html5-diff" \
18-
--filter=".not-tr, .not-w3c" --xref="../xref" --pubdate="$(PUBDATE)" --w3c-status=NOTE \
19-
$< TR.html
8+
--xref="../xref" $< $@

0 commit comments

Comments
 (0)