Changeset 9282f3 in git


Ignore:
Timestamp:
Jul 17, 1999, 4:49:16 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'cdfcdb8287f66bc6070028082cbbc6eff10e609b')
Children:
adeb1489e39a262d74a7f8bf8315a2c4b84b7507
Parents:
86050ee275fe1a82d0ab4c97fb6fa4560231a142
Message:
* changes as we go along


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

Legend:

Unmodified
Added
Removed
  • configure

    r86050e r9282f3  
    621621SINGULAR_SHORT_VERSION="${SINGULAR_MAJOR_VERSION}${VERSION_SEP}${SINGULAR_MINOR_VERSION}"
    622622SINGULAR_VERSION="${SINGULAR_SHORT_VERSION}${VERSION_SEP}${SINGULAR_SUB_VERSION}"
    623 VERSION_DATE="February 1999"
     623VERSION_DATE="July 1999"
    624624
    625625export SINGULAR_MINOR_VERSION
  • configure.in

    r86050e r9282f3  
    4949SINGULAR_SHORT_VERSION="${SINGULAR_MAJOR_VERSION}${VERSION_SEP}${SINGULAR_MINOR_VERSION}"
    5050SINGULAR_VERSION="${SINGULAR_SHORT_VERSION}${VERSION_SEP}${SINGULAR_SUB_VERSION}"
    51 VERSION_DATE="February 1999"
     51VERSION_DATE="July 1999"
    5252
    5353export SINGULAR_MINOR_VERSION
  • doc/Makefile.in

    r86050e r9282f3  
    105105# html stuff
    106106html: html/index.htm ${IMAGES_HTML}
    107 html/index.htm: ${MANUAL_FILES} t2h_singular.init t2h.init singular.tex ${TEXI2HTML}
     107html/index.htm: t2h_singular.init t2h.init singular.tex singular.hlp ${TEXI2HTML}
    108108        ${PERL5} ${TEXI2HTML} -init_file t2h_singular.init ${TEXI2HTML_OPTS} -subdir html singular.tex
    109109
  • doc/doc2tex.pl

    r86050e r9282f3  
    11#!/usr/local/bin/perl
    2 # $Id: doc2tex.pl,v 1.7 1999-07-15 17:06:11 obachman Exp $
     2# $Id: doc2tex.pl,v 1.8 1999-07-17 14:49:10 obachman Exp $
    33###################################################################
    44#  Computer Algebra System SINGULAR
     
    358358    last if (/^\@c\s*ref\s*$/);
    359359   
    360     while (/\@ref{([^\s]*)}/)
     360    while (/\@ref{(.*?)}/)
    361361    {
    362362      $refs{$1} = 1;
     
    384384  else
    385385  {
    386     print TEX "\@strong{See also:} ";
     386    print TEX "\@strong{See also:}\n";
    387387  }
    388388  $lref = pop(@refs);
Note: See TracChangeset for help on using the changeset viewer.