\def\batchfile{mflogo.ins}
\input docstrip.tex
\keepsilent

\Ask\answer{%
     **************************************************************
  ^^J*
  ^^J* It is assumed that you have the standard Logo fonts from
  ^^J* the directory /systems/knuth/lib installed on your system, 
  ^^J* otherwise this package doesn't make sense.
  ^^J*
  ^^J* Optionally, some additional shapes of the Logo fonts from
  ^^J* the directory /systems/knuth/local/lib are also supported.
  ^^J*
  ^^J* Do you have these extra shapes of the Logo fonts installed
  ^^J* on your system, or do you intend to install them?
  ^^J*  
  ^^J* If so please answer with `y' otherwise with `n' below.
  ^^J*
  ^^J* You can easily redo this installation later in case you 
  ^^J* change your mind.
  ^^J**************************************************************}

{\ifx\answer\y

\Msg{*** Generating font defs for extended Logo fonts ***}
\generateFile{Ulogo.fd}{t}{\from{mflogo.dtx}{Ulogo,local}}

\else

\Msg{*** Generating font defs for standard Logo fonts ***}
\generateFile{Ulogo.fd}{t}{\from{mflogo.dtx}{Ulogo}}

\fi}

\Msg{*** Generating package file to access Logo fonts ***}
\generateFile{mflogo.sty}{t}{\from{mflogo.dtx}{package}}

\Msg{*** Generating documentation driver ***}
\generateFile{mflogo.drv}{t}{\from{mflogo.dtx}{driver}}

\endinput
