Changeset 60f2ab in git


Ignore:
Timestamp:
May 19, 2000, 4:07:24 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
181d6e92eb815a72389629187c0fb4f7b8068fda
Parents:
1bbaa1df8eb51e5fe6af0dd98bcbb3d09cfbf68f
Message:
* remove @ifclear ix86-Win
* bug-fix pl2doc


git-svn-id: file:///usr/local/Singular/svn/trunk@4359 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
doc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • doc/pl2doc.pl

    r1bbaa1 r60f2ab  
    11#!/usr/local/bin/perl
    2 # $Id: pl2doc.pl,v 1.15 2000-04-27 10:07:23 obachman Exp $
     2# $Id: pl2doc.pl,v 1.16 2000-05-19 14:07:22 obachman Exp $
    33###################################################################
    44#  Computer Algebra System SINGULAR
     
    201201  {
    202202    $line = $1;
    203     if ($1 =~ /^(\w[A-z0-9 ]+?):(.*\n)/)
     203    if ($1 =~ /^([A-Z][A-Z0-9 ]+?):(.*\n)/)
    204204    {
    205205      $ref .= OutInfoItem($FH, $item, $text, $l_fun) if $item && $text;
Note: See TracChangeset for help on using the changeset viewer.