rfc1345convert: defer source download to makefile
[sheet.git] / writing.plp
index 5308df7b079ec31d4ae096029d4f20acf083f58c..d6269e84d760c2ff60ee24ea7003266842d5f239 100644 (file)
@@ -13,6 +13,7 @@ Html({
                history phoenician latin sample test language multilingual
        '],
        stylesheet => [qw'light dark red'],
+       data => [qw'writing-phnx.inc.pl'],
 });
 
 :>
@@ -28,7 +29,8 @@ use Shiar_Sheet::FormatChar;
 my $glyphs = Shiar_Sheet::FormatChar->new;
 unless (exists $get{v}) {
        $glyphs->{unicode}--;
-       $glyphs->{digraph}--;
+       $glyphs->{anno}  = [];
+       $glyphs->{style} = 0;
 }
 
 my $scriptname = do 'writing-script.inc.pl';