X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=blobdiff_plain;f=common%2Fscripts%2Fgbtoxhtml-simple.pl;h=ae5ad1dc7c0a3fa46924c5665460278f3babbb4e;hp=09dc2a5ebb0334e2af6d7494ca884f7c32acef9e;hb=f90cf1eea570aacdee9c831c498ad35aef0768c4;hpb=606fcf9d54bd66e0925a9485df93db9db362cf65;ds=sidebyside diff --git a/common/scripts/gbtoxhtml-simple.pl b/common/scripts/gbtoxhtml-simple.pl index 09dc2a5..ae5ad1d 100755 --- a/common/scripts/gbtoxhtml-simple.pl +++ b/common/scripts/gbtoxhtml-simple.pl @@ -72,7 +72,7 @@ while( $#ARGV > -1 ) { } if( $bookCode eq '' ) { die "Unspecified book code\n$USAGE"; } -if( $metaFile eq '' ) { $metaFile = "$language/.publisher/rules/standard"; } +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"; }