Merge "Add File::ShareDir::Install to dependencies"
diff --git a/Readme.pod b/Readme.pod
index 342c1e5..10a6281 100644
--- a/Readme.pod
+++ b/Readme.pod
@@ -53,7 +53,7 @@
into blanks between 2 tokens could lead to additional blanks,
where there should be none (e.g.: punctuation characters like C<,> or
C<.> should not be seperated from their predecessor token).
-(see also code section C<~ whitespace handling ~>).
+(see also code section C<~ whitespace handling ~> in C<script/tei2korapxml>).
=back
@@ -132,8 +132,8 @@
Define the foundry and file (without extension)
to store inline token information in.
-If L</KORAPXMLTEI_INLINE> is set, this will contain
-annotations as well.
+Unless C<--skip-inline-token-annotations> is set,
+this will contain annotations as well.
Defaults to C<tokens> and C<morpho>.
=item B<--inline-structures> <foundry>#[<file>]
diff --git a/script/tei2korapxml b/script/tei2korapxml
index 741b27a..6493a9c 100755
--- a/script/tei2korapxml
+++ b/script/tei2korapxml
@@ -444,7 +444,7 @@
into blanks between 2 tokens could lead to additional blanks,
where there should be none (e.g.: punctuation characters like C<,> or
C<.> should not be seperated from their predecessor token).
-(see also code section C<~ whitespace handling ~>).
+(see also code section C<~ whitespace handling ~> in C<script/tei2korapxml>).
=back
@@ -523,8 +523,8 @@
Define the foundry and file (without extension)
to store inline token information in.
-If L</KORAPXMLTEI_INLINE> is set, this will contain
-annotations as well.
+Unless C<--skip-inline-token-annotations> is set,
+this will contain annotations as well.
Defaults to C<tokens> and C<morpho>.
=item B<--inline-structures> <foundry>#[<file>]