diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-10-27 17:33:44 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-10-27 19:35:16 -0400 |
commit | 50d844e91589a8f51cade42b732bcd1de889987b (patch) | |
tree | de7fd28f212412d397c93e3aee18ebbf1f121d9d /tests/dimension/Makefile.am | |
parent | 9d093988213e7471a5d8ba6042e16c8d2ab5f053 (diff) | |
download | dimension-50d844e91589a8f51cade42b732bcd1de889987b.tar.xz |
Support more symbols in tokenizer.
Diffstat (limited to 'tests/dimension/Makefile.am')
-rw-r--r-- | tests/dimension/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/Makefile.am b/tests/dimension/Makefile.am index f5ec097..7bacab5 100644 --- a/tests/dimension/Makefile.am +++ b/tests/dimension/Makefile.am @@ -25,4 +25,4 @@ TESTS_ENVIRONMENT = top_builddir=$(top_builddir) tokenizer.sh: cp $(srcdir)/tokenizer.sh . -EXTRA_DIST = tokenizer.sh braces.pov +EXTRA_DIST = tokenizer.sh punctuation.pov |