X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=blobdiff_plain;f=common%2Fscripts%2Fgbtoepub.pl;fp=common%2Fscripts%2Fgbtoepub.pl;h=731e084e4b7e88db56432d31743d65315f160735;hp=d8cb66f52f71f43b93e9778efb20f23edcee2f85;hb=d69b843fd5f6a1bf606b027b0613917497b84dc9;hpb=50c017499089bcccfdcc9fc83773180f74c19fa4 diff --git a/common/scripts/gbtoepub.pl b/common/scripts/gbtoepub.pl index d8cb66f..731e084 100755 --- a/common/scripts/gbtoepub.pl +++ b/common/scripts/gbtoepub.pl @@ -17,8 +17,10 @@ my $TAR = qx{which tar}; my $ZIP = qx{which zip}; my $BZIP2 = qx{which bzip2}; my $JAVA = qx{which java}; -#my $XALAN_JAR = '/usr/share/java/xalan2.jar'; -my $XALAN_JAR = '/usr/share/ant/lib/xalan.jar'; +# Note: In Debian/Ubuntu the Xalan processor is provided in the package libxalan2-java +my $XALAN_JAR = '/usr/share/java/xalan2.jar'; +# Old version of Xalan processor (Xalan 1) +#my $XALAN_JAR = '/usr/share/ant/lib/xalan.jar'; my $RM = qx{which rm}; my $CHMOD = qx{which chmod};