daisy / pipeline-scripts

!! NOTE: This project is now part of the pipeline-modules project !! | Script modules for the default DAISY Pipeline 2 distribution.
GNU Lesser General Public License v3.0
6 stars 5 forks source link

zedai-to-epub3 chokes on alice.xml #60

Closed bertfrees closed 9 years ago

bertfrees commented 9 years ago

With version 1.8, the following command

dp2 zedai-to-epub3 --i-source samples/zedai/alice.xml --output /tmp/alice.epub3.zip

results in the following error

PEPU14: There must be exactly one navigation document in the fileset (was: 2)

Anyone's got an idea what's going on?

rom1mouret commented 9 years ago

It seems like the same issue as here https://github.com/daisy/pipeline-issues/issues/416

Last time I checked it was working with rdeltour's fix.

bertfrees commented 9 years ago

Thanks