X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=blobdiff_plain;f=common%2Fscripts%2Fgbtoxhtml-less-simple.pl;h=8948e65f08143646721fd2ebfd8bcb77765913db;hp=feae705afbc9b1fd4dc478f1306d16e211a1e816;hb=f90cf1eea570aacdee9c831c498ad35aef0768c4;hpb=99ff0c0408c069caca0f76d799eb6fd9646abf6b diff --git a/common/scripts/gbtoxhtml-less-simple.pl b/common/scripts/gbtoxhtml-less-simple.pl index feae705..8948e65 100755 --- a/common/scripts/gbtoxhtml-less-simple.pl +++ b/common/scripts/gbtoxhtml-less-simple.pl @@ -65,7 +65,7 @@ while( $#ARGV > -1 ) { } if( $bookCode eq '' ) { die "Unspecified book code\n$USAGE"; } -if( $metaFile eq '' ) { $metaFile = "$language/.publisher/rules/simple"; } +if( $metaFile eq '' ) { $metaFile = "$language/.publisher/rules/dever"; } if( $bookXML eq '' ) { $bookXML = "$language/xml/$bookCode.xml"; } if( $xhtmlXSL eq '' ) { die "Unspecified XSL transformation file\n$USAGE"; }