| 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 \ |
| 67 |
tree-construction-result.txt: always |
tree-construction-result.txt: always |
| 68 |
cd .. && perl t/HTML-tree.t &> t/$@ |
cd .. && perl t/HTML-tree.t &> t/$@ |
| 69 |
|
|
| 70 |
content-checker-files: content-checker-result.txt |
content-checker-files: content-checker-result.txt \ |
| 71 |
|
content-checker-atom-result.txt |
| 72 |
|
|
| 73 |
content-checker-result.txt: always |
content-checker-result.txt: always |
| 74 |
cd .. && perl t/ContentChecker.t &> t/$@ |
cd .. && perl t/ContentChecker.t &> t/$@ |
| 75 |
|
|
| 76 |
|
content-checker-atom-result.txt: always |
| 77 |
|
cd .. && perl t/ContentChecker-Atom.t &> t/$@ |
| 78 |
|
|
| 79 |
|
langtag-files: langtag-result.txt |
| 80 |
|
|
| 81 |
|
langtag-result.txt: always |
| 82 |
|
cd .. && perl t/LangTag.t &> t/$@ |
| 83 |
|
|
| 84 |
clean-remote-files: |
clean-remote-files: |
| 85 |
$(RMALL) tokenizer/*.test tokenizer/LICENSE |
$(RMALL) tokenizer/*.test tokenizer/LICENSE |
| 86 |
$(RMALL) tree-construction/*.dat tree-construction/LICENSE |
$(RMALL) tree-construction/*.dat tree-construction/LICENSE |