Skip to content

Commit

Permalink
Add Makefile for generating webvr.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vvuk committed Mar 11, 2015
1 parent 7aed1d3 commit bbd8ae9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

all: webvr.html

webvr.html: webvr.bs
curl https://api.csswg.org/bikeshed/ -F [email protected] -F force=1 > webvr.html

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ WebVR Specification

This repository houses the WebVR specification, in Bikeshed (https://github.com/tabatkins/bikeshed) format.

To generate HTML from the .bs file, run:

curl https://api.csswg.org/bikeshed/ -F [email protected] -F force=1 > webvr.html
To generate HTML from the .bs file, run make.

0 comments on commit bbd8ae9

Please sign in to comment.