%%------------------------------------------------------------------
%% Driver file to extract the pl style file.
%%
%% Copyright (C) 1995-2026 Gerd Neugebauer
%%
%%  pl.ins is  distributed in  the hope  that it  will be  useful, but
%%  WITHOUT   ANY  WARRANTY.    No  author   or  distributor   accepts
%%  responsibility to anyone  for the consequences of using  it or for
%%  whether it serves  any particular purpose or works  at all, unless
%%  he says so in writing.
%% 
%%  Everyone is granted permission to  copy, modify and redistribute
%%  pawns.ins,  provided  this  copyright  notice  is preserved  and
%%  any modifications are indicated.
%% 
%%------------------------------------------------------------------
%%
%% Run this file through TeX or LaTeX to extract the files.
%% You need the docstrip package as distributed with LaTeX2e.
%% It is also available as seperate package from any CTAN site
%% (http://www.ctan.org).
%%------------------------------------------------------------------
\def\batchfile{pl.ins}
\input docstrip.tex \keepsilent \askonceonly

\generateFile{pl.sty}{f}{\from{pl.dtx}{pl}}
\generateFile{pcode.sty}{f}{\from{pl.dtx}{pcode}}

\Msg{****************************************************************}
\Msg{*}
\Msg{* To finish the installation you have to move the following}
\Msg{* files into a directory searched by (La)TeX:}
\Msg{*}
\Msg{* \space\space pl.sty}
\Msg{* \space\space pcode.sty}
\Msg{*}
\Msg{* To produce the documentation run pl.dtx through LaTeX,}
\Msg{* makeindex (for index and glossary), and LaTeX twice }
\Msg{* again.}
\Msg{*}
\Msg{* Happy TeXing}
\Msg{****************************************************************}

\endbatchfile
\endinput
