Make new rules file standard for DOT and SVG
authorJonathan Blake <jonathan.blake@projectaon.org>
Sat, 4 Jan 2020 17:50:53 +0000 (09:50 -0800)
committerJonathan Blake <jonathan.blake@projectaon.org>
Sat, 4 Jan 2020 17:50:53 +0000 (09:50 -0800)
common/scripts/gbtodot.pl
common/scripts/gbtosvg.pl

index 50bcace..3a0be34 100755 (executable)
@@ -53,7 +53,7 @@ while( $#ARGV > -1 ) {
 
 if( $bookCode eq '' ) { die "Unspecified book code\n$USAGE"; }
 if( $bookXML eq '' ) { $bookXML = "$language/xml/$bookCode.xml"; }
-if( $metaFile eq '' ) { $metaFile = "$language/.publisher/rules/standard"; }
+if( $metaFile eq '' ) { $metaFile = "$language/.publisher/rules/dever"; }
 
 if( -e $metaFile && -f $metaFile && -r $metaFile ) {
     open( META, '<', $metaFile ) or die qq{Unable to open metadata file ($metaFile): $!\n};
index 4f53b38..9af49b9 100755 (executable)
@@ -68,7 +68,7 @@ while( $#ARGV > -1 ) {
 
 if( $bookCode eq '' ) { die "Unspecified book code\n$USAGE"; }
 if( $bookXML eq '' ) { $bookXML = "$language/xml/$bookCode.xml"; }
-if( $metaFile eq '' ) { $metaFile = "$language/.publisher/rules/standard"; }
+if( $metaFile eq '' ) { $metaFile = "$language/.publisher/rules/dever"; }
 
 if( -e $metaFile && -f $metaFile && -r $metaFile ) {
     open( META, '<', $metaFile )