21 lines
547 B
Diff
21 lines
547 B
Diff
|
--- a2x-dist 2008-01-14 12:56:00.000000000 +0100
|
||
|
+++ a2x 2008-01-14 12:56:10.000000000 +0100
|
||
|
@@ -502,7 +502,7 @@
|
||
|
function to_pdf()
|
||
|
{
|
||
|
require "xsltproc"
|
||
|
- require "fop.sh"
|
||
|
+ require "fop"
|
||
|
local xsl xml fo pdf
|
||
|
xsl=$(conf_file docbook-xsl/fo.xsl)
|
||
|
if [ ! -r "$xsl" ]; then
|
||
|
@@ -514,7 +514,7 @@
|
||
|
to_docbook
|
||
|
execute_command_2 "xsltproc $XSLTPROC_OPTS --nonet \
|
||
|
\"$xsl\" \"$xml\" >\"$fo\""
|
||
|
- execute_command_2 "fop.sh \"$fo\" \"$pdf\""
|
||
|
+ execute_command_2 "fop \"$fo\" \"$pdf\""
|
||
|
}
|
||
|
|
||
|
function to_odt()
|