Skip to content

Commit

Permalink
Merge pull request #63 from w3c/lf
Browse files Browse the repository at this point in the history
Linewrap source file
  • Loading branch information
yellowdoge committed Jun 20, 2016
2 parents d46675d + 2f2c5bc commit 80cca38
Show file tree
Hide file tree
Showing 3 changed files with 776 additions and 208 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
LINEWRAP = false

all: MediaRecorder.diff.html

Expand All @@ -12,3 +13,12 @@ MediaRecorder.orig.txt: MediaRecorder.orig.html

MediaRecorder.diff.html: MediaRecorder.orig.txt MediaRecorder.txt
htmlwdiff MediaRecorder.orig.txt MediaRecorder.txt > MediaRecorder.diff.html

include webrtc-respec-ci/Makefile

# Import the respec CI Makefile
webrtc-respec-ci/Makefile:
git clone --depth 5 https://github.com/w3c/webrtc-respec-ci $(dir $@)

update::
git -C webrtc-respec-ci pull
Loading

0 comments on commit 80cca38

Please sign in to comment.