Neal Becker wrote: > I have asciidoc-8.2.2-1.fc8.noarch on fedora f8, but can't produce pdf, > because fop.sh is missing. > > I've googled around, and haven't learned anything about fop on fedora. Is > anyone packaging this? Any hints?
I've only ever used the official Apache FOP binary distributions, FOP 0.20.5 contains the fop.sh execution wrapper but in FOP 0.9x it's name has changed from fop.sh to fop So the workaround would be: ln -s fop fop.sh Cheers, Stuart _______________________________________________ asciidoc-discuss mailing list [email protected] http://lists.metaperl.com/cgi-bin/mailman/listinfo/asciidoc-discuss
