[LON-CAPA-cvs] cvs: modules /TexConvert/tthperl commands

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 15 Apr 2003 15:44:03 -0000


albertel		Tue Apr 15 11:44:03 2003 EDT

  Modified files:              
    /modules/TexConvert/tthperl	commands 
  Log:
  - break up commands into seperate lines
  
  
Index: modules/TexConvert/tthperl/commands
diff -u modules/TexConvert/tthperl/commands:1.8 modules/TexConvert/tthperl/commands:1.9
--- modules/TexConvert/tthperl/commands:1.8	Fri Jul 20 14:16:51 2001
+++ modules/TexConvert/tthperl/commands	Tue Apr 15 11:44:03 2003
@@ -29,4 +29,11 @@
 		exit 1
 	fi
 fi
-make -f Makefile clean; cp ../tthdynamic/tthfunc.c .; cp ../ttmdynamic/ttmfunc.c .; swig -perl5 tthfunc.i ; perl Makefile.PL ; make -f Makefile ; cp blib/arch/auto/tth/tth.so . ; perl tth.pm
+make -f Makefile clean
+cp ../tthdynamic/tthfunc.c .
+cp ../ttmdynamic/ttmfunc.c .
+swig -perl5 tthfunc.i
+perl Makefile.PL
+make -f Makefile
+cp blib/arch/auto/tth/tth.so . 
+perl tth.pm