Changeset 9282f3 in git
- Timestamp:
- Jul 17, 1999, 4:49:16 PM (24 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'cdfcdb8287f66bc6070028082cbbc6eff10e609b')
- Children:
- adeb1489e39a262d74a7f8bf8315a2c4b84b7507
- Parents:
- 86050ee275fe1a82d0ab4c97fb6fa4560231a142
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r86050e r9282f3 621 621 SINGULAR_SHORT_VERSION="${SINGULAR_MAJOR_VERSION}${VERSION_SEP}${SINGULAR_MINOR_VERSION}" 622 622 SINGULAR_VERSION="${SINGULAR_SHORT_VERSION}${VERSION_SEP}${SINGULAR_SUB_VERSION}" 623 VERSION_DATE=" February 1999"623 VERSION_DATE="July 1999" 624 624 625 625 export SINGULAR_MINOR_VERSION -
configure.in
r86050e r9282f3 49 49 SINGULAR_SHORT_VERSION="${SINGULAR_MAJOR_VERSION}${VERSION_SEP}${SINGULAR_MINOR_VERSION}" 50 50 SINGULAR_VERSION="${SINGULAR_SHORT_VERSION}${VERSION_SEP}${SINGULAR_SUB_VERSION}" 51 VERSION_DATE=" February 1999"51 VERSION_DATE="July 1999" 52 52 53 53 export SINGULAR_MINOR_VERSION -
doc/Makefile.in
r86050e r9282f3 105 105 # html stuff 106 106 html: html/index.htm ${IMAGES_HTML} 107 html/index.htm: ${MANUAL_FILES} t2h_singular.init t2h.init singular.tex${TEXI2HTML}107 html/index.htm: t2h_singular.init t2h.init singular.tex singular.hlp ${TEXI2HTML} 108 108 ${PERL5} ${TEXI2HTML} -init_file t2h_singular.init ${TEXI2HTML_OPTS} -subdir html singular.tex 109 109 -
doc/doc2tex.pl
r86050e r9282f3 1 1 #!/usr/local/bin/perl 2 # $Id: doc2tex.pl,v 1. 7 1999-07-15 17:06:11obachman Exp $2 # $Id: doc2tex.pl,v 1.8 1999-07-17 14:49:10 obachman Exp $ 3 3 ################################################################### 4 4 # Computer Algebra System SINGULAR … … 358 358 last if (/^\@c\s*ref\s*$/); 359 359 360 while (/\@ref{( [^\s]*)}/)360 while (/\@ref{(.*?)}/) 361 361 { 362 362 $refs{$1} = 1; … … 384 384 else 385 385 { 386 print TEX "\@strong{See also:} 386 print TEX "\@strong{See also:}\n"; 387 387 } 388 388 $lref = pop(@refs);
Note: See TracChangeset
for help on using the changeset viewer.