Skip to content

Commit

Permalink
add makefile for validation and for listing characters, per #19
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanReeve committed Feb 15, 2017
1 parent 953a5e1 commit 308c811
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
@@ -0,0 +1,5 @@
valid:
xmllint --dtdvalid schema/tei_all.dtd --xinclude header.xml --noout

chars:
ag --nofilename -o "(?<=<said who=\")[\w\'\. ]*" *.xml | sort | uniq

0 comments on commit 308c811

Please sign in to comment.