Changeset 4f2df66 in git
- Timestamp:
- Mar 9, 2000, 5:37:23 PM (23 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 8396178239687febfa61fa5858f5d49fc6073f0e
- Parents:
- 5a4600cdc8db9f683cf075167b480afb546bcb9a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/doc2tex.pl
r5a4600 r4f2df66 1 1 #!/usr/local/bin/perl 2 # $Id: doc2tex.pl,v 1.2 3 1999-12-10 16:41:48 obachmanExp $2 # $Id: doc2tex.pl,v 1.24 2000-03-09 16:37:23 hannes Exp $ 3 3 ################################################################### 4 4 # Computer Algebra System SINGULAR … … 510 510 { 511 511 print "<lib $lib " if ($verbose); 512 System(" make $make_opts VERBOSE=$verbose $tex_file");512 System("$make $make_opts VERBOSE=$verbose $tex_file"); 513 513 } 514 514
Note: See TracChangeset
for help on using the changeset viewer.