Hi,
I need some assistance how "epubcheck" is supposed to work with daps.
"configure" finds my external epubcheck script, which works if run manually like 'epubcheck build/daps-example/daps-example.epub'.
But I cannot find any way doing this running 'daps' (even tried '-v', '-vv'). The user manual too doesn't contain any clue.
Michael
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
If you create an EPUB with the --check option, e.g.
daps -d <DC-FILE> epub --check
it will run epubcheck (first one found in $PATH) on the EPUB file that was created.
Hi,
I need some assistance how "epubcheck" is supposed to work with daps.
"configure" finds my external epubcheck script, which works if run
manually like 'epubcheck build/daps-example/daps-example.epub'.
But I cannot find any way doing this running 'daps' (even tried '-v',
'-vv'). The user manual too doesn't contain any clue.
Michael
If you create an EPUB with the --check option, e.g.
it will run epubcheck (first one found in $PATH) on the EPUB file that was created.