Changeset 522906 in git for doc/doc2tex.pl
- Timestamp:
- Mar 3, 2012, 10:21:04 AM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- ede7a69d54c25b9d0c8b81afc4a499d622183a15
- Parents:
- 5bcfa8f36743c68cb02d72f74780d253c35537a3
- git-author:
- Bernhard R. Link <brlink@debian.org>2012-03-03 10:21:04+01:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-03-13 15:28:57+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/doc2tex.pl
r5bcfa8 r522906 539 539 sub HandleLib 540 540 { 541 my($lib, $proc, $n_fun, $n_ex, $section, $tex_file );541 my($lib, $proc, $n_fun, $n_ex, $section, $tex_file, $tag); 542 542 543 543 if (/^\@c\s*lib\s+([^\.]+)\.lib(.*)/) … … 551 551 print TEX $_; 552 552 return; 553 } 554 if (/tag:(\w+)/) 555 { 556 $tag = "TAG='-tag ".$1."'"; 557 } 558 else 559 { 560 $tag = ''; 553 561 } 554 562 … … 574 582 { 575 583 print "<lib $lib " if ($verbose); 576 System("$make $make_opts VERBOSE=$verbose $tex_file");584 System("$make $make_opts $tag VERBOSE=$verbose $tex_file"); 577 585 } 578 586
Note: See TracChangeset
for help on using the changeset viewer.