Ignore:
Timestamp:
2009-03-23T15:00:50+13:00 (15 years ago)
Author:
oranfry
Message:

fixes to get russian fonts working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/trunk/manuals/generate-pdf.sh

    r18743 r18747  
    6666    for m in $manuals; do
    6767        echo -n "Processing the $m manual in $l..."
    68         $fop_dir/fop.sh -c $shared_dir/fop/conf/userconfig.xml -q -xsl $processing_dir/xml-to-pdf.xsl -xml $source_dir/$l/"$m"_"$l".xml -pdf $output_dir/$l/pdf/"$m"_"$l".pdf
     68        $fop_dir/fop.sh -c $processing_dir/fop-fonts/userconfig.xml -q -xsl $processing_dir/xml-to-pdf.xsl -xml $source_dir/$l/"$m"_"$l".xml -pdf $output_dir/$l/pdf/"$m"_"$l".pdf
    6969        echo "done"
    7070    done
Note: See TracChangeset for help on using the changeset viewer.