On Friday, April 17, 2015 at 12:39:26 PM UTC+1, Brian Sidebotham wrote: > > Hi, > > I'm coupling CMake and a2x --fop to compile documentation for the KiCad > open source project. Everything is working, but I need to specify an output > filename that's different to the input filename. How can I do that? > > At the moment, I can use the a2x --destination-dir option to guide the > output to the binary output of our source tree, but I cannot modify the > name, which I need to do because there are several languages involved. > > I don't see any options in a2x for this? > > Best Regards, > > Brian. >
I should just say, when using a2x with dblatex, I just add --dblatex-opts "-o outputname.pdf" to the a2x options and this works well. Unfortunately this can't work for FOP. Best Regards, Brian. -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/asciidoc. For more options, visit https://groups.google.com/d/optout.
