Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Aug 4, 2011
0 parents commit 58a721a
Show file tree
Hide file tree
Showing 3 changed files with 4,293 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
ANOLIS = anolis

all: Overview.html data/xrefs/network/cors.json

Overview.html: Overview.src.html data Makefile
$(ANOLIS) --output-encoding=ascii --omit-optional-tags --quote-attr-values \
--w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="cors" \
--filter=".publish" $< $@

data/xrefs/network/cors.json: Overview.src.html Makefile
$(ANOLIS) --dump-xrefs=$@ $< /tmp/spec

publish: Overview.src.html data Makefile
$(ANOLIS) --output-encoding=ascii --omit-optional-tags --quote-attr-values \
--w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="cors" \
--filter=".dontpublish" --pubdate="$(PUBDATE)" --w3c-status=WD \
$< Overview.html
Loading

0 comments on commit 58a721a

Please sign in to comment.