use fontforge instead of pfaedit.
authorimiyazaki <imiyazaki>
Mon, 16 Aug 2004 06:46:38 +0000 (06:46 +0000)
committerimiyazaki <imiyazaki>
Mon, 16 Aug 2004 06:46:38 +0000 (06:46 +0000)
makefonts.pl

index 44e80cf..ea11519 100755 (executable)
@@ -18,7 +18,8 @@ my $kagecgi="v0.4/engine/kage.cgi"; #
 
 my $t1asm = "/usr/bin/env t1asm"; # point to 't1asm' executable.
 #die "Cannot execute $t1asm. Abort.\n" unless -x $t1asm;
-my $pfaedit="/usr/bin/env pfaedit"; # point to 'pfaedit' executable.
+#my $pfaedit="/usr/bin/env pfaedit"; # point to 'pfaedit' executable.
+my $pfaedit="/usr/bin/env fontforge"; # point to 'pfaedit' executable.
 #die "Cannot execute $pfaedit. Abort.\n" unless -x $pfaedit;
 
 $omegadb_path=~s!/$!!;