Skip to content

Commit

Permalink
Merge pull request #53 from anssiko/pubrules
Browse files Browse the repository at this point in the history
Make the spec (more) Pubrules compliant; add FPWD snapshot
  • Loading branch information
Dominik Röttsches committed Feb 11, 2015
2 parents 423382d + a428d70 commit 3ea2cdb
Show file tree
Hide file tree
Showing 5 changed files with 4,156 additions and 2,385 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ TIDY-HTML5 = tidy-html5

all: tidy index.html xrefs/presentation.json

fpwd: tidy xrefs/presentation.json releases/FPWD.html

releases/FPWD.html: Overview.src.html ../xref Makefile
$(ANOLIS) --w3c-status=WD --w3c-compat-substitutions \
--w3c-compat-crazy-substitutions --w3c-shortname="presentation-api" \
--omit-optional-tags --quote-attr-values --enable=xspecxref \
--xref="../xref" --enable=refs $< $@

index.html: Overview.src.html ../xref Makefile
$(ANOLIS) --w3c-status=ED --w3c-compat-substitutions \
--omit-optional-tags --quote-attr-values --enable=xspecxref \
Expand Down
Loading

0 comments on commit 3ea2cdb

Please sign in to comment.