Changeset c871d5 in git
- Timestamp:
- Dec 18, 2008, 5:17:51 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- 3f9d402d5db722260876fe4b288d58be66aa0a70
- Parents:
- 6a3faf55bc9aa5ff67a7b99d63dbcd3983df5b68
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/pl2doc.pl
r6a3faf rc871d5 1 1 #!/usr/local/bin/perl 2 # $Id: pl2doc.pl,v 1.2 2 2005-05-06 15:51:14Singular Exp $2 # $Id: pl2doc.pl,v 1.23 2008-12-18 16:17:51 Singular Exp $ 3 3 ################################################################### 4 4 # Computer Algebra System SINGULAR … … 471 471 my @refs = split (/[,;\.]+/, $refs); 472 472 my $ref; 473 print $FH "\@c ref\n ";473 print $FH "\@c ref\nSee also:\n"; 474 474 $ref = shift @refs; 475 475 print $FH "\@ref{$ref}"; … … 478 478 $ref =~ s/^\s*//; 479 479 $ref =~ s/\s*$//; 480 print $FH ", \@ref{$ref}" if ($ref =~ /\w/); 481 } 482 print $FH "\n\@c ref\n\n"; 483 480 print $FH "; \@ref{$ref}" if ($ref =~ /\w/); 481 } 482 print $FH "\.\n\@c ref\n\n"; 484 483 } 485 484
Note: See TracChangeset
for help on using the changeset viewer.