14 |
|
|
15 |
tokenizer-files: tokenizer \ |
tokenizer-files: tokenizer \ |
16 |
tokenizer/test1.test tokenizer/test2.test tokenizer/contentModelFlags.test \ |
tokenizer/test1.test tokenizer/test2.test tokenizer/contentModelFlags.test \ |
17 |
|
tokenizer/escapeFlag.test \ |
18 |
|
tokenizer/test3.test \ |
19 |
|
tokenizer/test4.test \ |
20 |
tokenizer/LICENSE \ |
tokenizer/LICENSE \ |
21 |
tokenizer-result.txt |
tokenizer-result.txt |
22 |
|
|
24 |
$(MKDIR) $@ |
$(MKDIR) $@ |
25 |
|
|
26 |
tokenizer/%.test: |
tokenizer/%.test: |
27 |
$(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/tests/$@ |
$(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/testdata/$@ |
28 |
|
|
29 |
tokenizer/LICENSE: |
tokenizer/LICENSE: |
30 |
$(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/LICENSE |
$(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/LICENSE |
37 |
tree-construction/tests2.dat \ |
tree-construction/tests2.dat \ |
38 |
tree-construction/tests3.dat \ |
tree-construction/tests3.dat \ |
39 |
tree-construction/tests4.dat \ |
tree-construction/tests4.dat \ |
40 |
|
tree-construction/tests5.dat \ |
41 |
|
tree-construction/tests6.dat \ |
42 |
tree-construction/LICENSE \ |
tree-construction/LICENSE \ |
43 |
tree-construction-result.txt |
tree-construction-result.txt |
44 |
|
|
46 |
$(MKDIR) $@ |
$(MKDIR) $@ |
47 |
|
|
48 |
tree-construction/%.dat: |
tree-construction/%.dat: |
49 |
$(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/tests/$@ |
$(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/testdata/$@ |
50 |
|
|
51 |
tree-construction/LICENSE: |
tree-construction/LICENSE: |
52 |
$(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/LICENSE |
$(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/LICENSE |