Skip to content

Commit

Permalink
* An attempt to make the spec more compliant with the
Browse files Browse the repository at this point in the history
draconian pubrules <http://www.w3.org/2005/07/pubrules>.
* Add FPWD.mk Makefile and releases/FPWD.html snapshot.
  • Loading branch information
anssiko committed Feb 11, 2015
1 parent 423382d commit 9ad7602
Show file tree
Hide file tree
Showing 5 changed files with 4,188 additions and 2,392 deletions.
18 changes: 18 additions & 0 deletions FPWD.mk
@@ -0,0 +1,18 @@
# http://wiki.whatwg.org/wiki/GitHub#Makefile

ANOLIS = anolis
TIDY-HTML5 = tidy-html5

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

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 $< $@

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

tidy: Overview.src.html build/tidyconfig.txt
$(TIDY-HTML5) -config build/tidyconfig.txt -o $< $<

0 comments on commit 9ad7602

Please sign in to comment.