documents$ make website
Found dita version DITA-OT version 3.7.4. Minimum required is 3.6.
test -d out || mkdir out
test -d out/website && rm -rf out/website
make: [Makefile:17: website] Error 1 (no tiene efecto)
dita --project config/website.yaml -o out/website
This will create
out/website/webroot.pdf
How can we get an epub or RFT file? I want to use https://askyourpdf.com/
Note that don't waste time on https://github.com/jason-fox/fox.jason.passthrough.pandoc because I missed the first line of the README of that project and neglected that it is an input plugin, not output plugin.