7 |
content-type-files \ |
content-type-files \ |
8 |
tokenizer-files \ |
tokenizer-files \ |
9 |
tree-construction-files \ |
tree-construction-files \ |
10 |
content-checker-files |
content-checker-files \ |
11 |
|
langtag-files |
12 |
|
|
13 |
update: clean-remote-files \ |
update: clean-remote-files \ |
14 |
tokenizer-remote-files \ |
tokenizer-remote-files \ |
26 |
tokenizer/escapeFlag.test \ |
tokenizer/escapeFlag.test \ |
27 |
tokenizer/test3.test \ |
tokenizer/test3.test \ |
28 |
tokenizer/test4.test \ |
tokenizer/test4.test \ |
29 |
|
tokenizer/xmlViolation.test \ |
30 |
|
tokenizer/entities.test \ |
31 |
tokenizer/LICENSE |
tokenizer/LICENSE |
32 |
|
|
33 |
tokenizer: |
tokenizer: |
52 |
tree-construction/tests4.dat \ |
tree-construction/tests4.dat \ |
53 |
tree-construction/tests5.dat \ |
tree-construction/tests5.dat \ |
54 |
tree-construction/tests6.dat \ |
tree-construction/tests6.dat \ |
55 |
|
tree-construction/tests7.dat \ |
56 |
|
tree-construction/tests8.dat \ |
57 |
|
tree-construction/tests9.dat \ |
58 |
|
tree-construction/tests10.dat \ |
59 |
|
tree-construction/tests11.dat \ |
60 |
|
tree-construction/tests12.dat \ |
61 |
tree-construction/LICENSE |
tree-construction/LICENSE |
62 |
|
|
63 |
tree-construction: |
tree-construction: |
72 |
tree-construction-result.txt: always |
tree-construction-result.txt: always |
73 |
cd .. && perl t/HTML-tree.t &> t/$@ |
cd .. && perl t/HTML-tree.t &> t/$@ |
74 |
|
|
75 |
content-checker-files: content-checker-result.txt |
content-checker-files: content-checker-result.txt \ |
76 |
|
content-checker-atom-result.txt |
77 |
|
|
78 |
content-checker-result.txt: always |
content-checker-result.txt: always |
79 |
cd .. && perl t/ContentChecker.t &> t/$@ |
cd .. && perl t/ContentChecker.t &> t/$@ |
80 |
|
|
81 |
|
content-checker-atom-result.txt: always |
82 |
|
cd .. && perl t/ContentChecker-Atom.t &> t/$@ |
83 |
|
|
84 |
|
langtag-files: langtag-result.txt |
85 |
|
|
86 |
|
langtag-result.txt: always |
87 |
|
cd .. && perl t/LangTag.t &> t/$@ |
88 |
|
|
89 |
clean-remote-files: |
clean-remote-files: |
90 |
$(RMALL) tokenizer/*.test tokenizer/LICENSE |
$(RMALL) tokenizer/*.test tokenizer/LICENSE |
91 |
$(RMALL) tree-construction/*.dat tree-construction/LICENSE |
$(RMALL) tree-construction/*.dat tree-construction/LICENSE |