Index: mttroot/mtt/bin/trans/doc2dvi ================================================================== --- mttroot/mtt/bin/trans/doc2dvi +++ mttroot/mtt/bin/trans/doc2dvi @@ -13,10 +13,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.3 1998/11/24 12:03:27 peterg +## Indexing of book docs. +## ## Revision 1.2 1998/04/15 18:40:43 peterg ## Run LateX three times ## ## Revision 1.1 1998/03/03 08:35:50 peterg ## Initial revision @@ -25,11 +28,11 @@ system=$1 documenttype=$2 # Inform user -echo "Creating $system.dvi ($documenttype)" +echo "Creating $system.dvi" #Run latex , bibtex and makeindex latex $system.doc > doc2dvi.log bibtex $system >> doc2dvi.log latex $system.doc >> doc2dvi.log