Skip to content

Commit

Permalink
test 'to', not 'format', and include HTML in kinds of outputs that mi…
Browse files Browse the repository at this point in the history
…ght require ODD processing
  • Loading branch information
sydb committed Dec 12, 2023
1 parent d4030d5 commit 1f6dabe
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 1f6dabe

Please sign in to comment.