Changeset 4f2df66 in git for doc/doc2tex.pl
- Timestamp:
- Mar 9, 2000, 5:37:23 PM (23 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- 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.