//---------------------------------------------------------------------------------------------------- //$Header: /home/dashley/cvsrep/e3ft_gpl01/e3ft_gpl01/dtaipubs/esrgubka/scripts/basefilegen.c,v 1.2 2009/08/14 04:07:27 dashley Exp $ //---------------------------------------------------------------------------------------------------- //This program generates the following files for the book: // // a)The .tex file for the single volume version of the book. // // b)One .tex file per volume for the multiple volume version of the book. // // c)A Windows batch file to recompile and create PostScript and .PDFs for the single volume // version of the book and for each volume of the multiple volume version of the book. // // d)A *nix Bash script to recompile and create PostScript for the single volume version of the // book and for each volume of the multiple volume version of the book. // // e)A Windows batch ... // //---------------------------------------------------------------------------------------------------- //$Log: basefilegen.c,v $ //Revision 1.2 2009/08/14 04:07:27 dashley //Edits. // //Revision 1.1 2009/08/14 03:54:42 dashley //Initial checkin. //---------------------------------------------------------------------------------------------------- //$End of $RCSfile: basefilegen.c,v $ //----------------------------------------------------------------------------------------------------