On 05/10/12 15:41, Gene Cumm wrote: > Is it possible to output to muliple formats simultaneously (ie XHTML and > man) with something like a2x? Or is there a flag that can used with > something like a2x to reuse the existing artifact files to go along with > "--keep-artifacts"?
No, a2x processes one format at a time rebuilding artifacts (though some filters do skip artifact regeneration if there has been no change e.g. latex and music filters). You could skip the asciidoc to docbook step by using the --keep-artifacts option for the first output format and then set the source file to the docbook file for subsequent formats e.g. a2x -k -fxhtml mydoc.txt a2x -fpdf mydoc.xml Cheers, Stuart > > -- > You received this message because you are subscribed to the Google > Groups "asciidoc" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/asciidoc/-/gGokHIDqbToJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/asciidoc?hl=en. -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
