Skip to content

Commit

Permalink
Merge pull request #653 from TEIC/sydb_652_help_msg_omission
Browse files Browse the repository at this point in the history
test $to, not $format; include HTML in kinds of outputs that might need ODD processing
  • Loading branch information
HelenaSabel authored Jan 26, 2024
2 parents cb6eef6 + fea0a3c commit 6f17be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/transformtei
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ echo " --profile=$profile # which transformation profile to use"
echo " --lang=$lang # which language to use "
echo " --oxygenlib=$oxygenlib # where is oxygenlib"
echo " --splitLevel=$splitLevel # splitting level "
case $format in
rng|rnc|dtd|xsd)
case "$to" in
dtd|html|html5|rnc|rng|xsd)
if [ $from != odd ]; then echo " --odd # perform processing of ODD (if appropriate)"; fi
echo " --localsource=DIR # where is local copy of source of TEI Guidelines"
echo " --summaryDoc # only make summary, when doing ODD processing"
Expand Down

0 comments on commit 6f17be9

Please sign in to comment.