Skip to content

Commit

Permalink
Merge pull request #2 from drott/pubrules
Browse files Browse the repository at this point in the history
Merge Makefiles
  • Loading branch information
anssiko committed Feb 11, 2015
2 parents 9ad7602 + fd57f0f commit ba0ad0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
18 changes: 0 additions & 18 deletions FPWD.mk

This file was deleted.

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

0 comments on commit ba0ad0b

Please sign in to comment.