## VNR-METAFONT program
## Line start with a sharp (#) is the comment line
$docstrip=1793
## require docstrip version 1793 or higher
## TRY: `docstrip --version`
## default local variables
## If these variables arenot specified from the command line
## they accept the default value given.
$local(t5supp=0)
$local(test=1)
$local(nopre=1)
$local(cm=1)
$local(ec=0)
$local(param=1)
## The following code arenot valuable
$local(destdir=tempdir)
## default destination
$destdir=tempdir
$if(t5supp=1)
$test=0
$enif
$import(vnr_pp)
## import file vnr_pp.kins
$from(vnbase.dtx)
## the source file is vnbase.dtx
$gen(vnbase.mf)(vnbase,test)(test=1)
$gen(vnbase.mf)(vnbase)(test=0,t5supp=0)
$gen(vnbase.mf)(vnbase,t5supp)(test=0,t5supp=1)
$from(vndriver.dtx)
## the source file now is vndriver.dtx
$if(test=1)
$gen(vncsc.mf)(csc,test)
$gen(vntextit.mf)(it,test)
$gen(vnroman.mf)(rm,test)
$else
$gen(vncsc.mf)(csc)
$gen(vnroman.mf)(rm)
$gen(vntextit.mf)(it)
$enif
$if(t5supp=1)
$if(test=0)
$gen(vncsc.mf)(csc,t5supp)
$gen(vnroman.mf)(rm,t5supp)
$gen(vntextit.mf)(it,t5supp)
$enif
$enif
########################################################################
$if(param=1)
$pre
%% This file is a part of VNR-METAFONT program.
$enpre
$if(ec=1)
$import(vnr_ec)
$enif
$if(cm=1)
$import(vnr_cm)
$enif
$enif
$eof=1
########################################################################