Changeset a94090 in git
- Timestamp:
- Dec 8, 1999, 1:47:56 PM (23 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 9ead313dbb7fd46c67238eead96c3efc1d873c1c
- Parents:
- b6bab112d62b4ec357608ee68737151f09a65d0d
- Location:
- doc
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/COPYING.texi
rb6bab1 ra94090 1 1 @comment -*-texinfo-*- 2 @comment $Id: COPYING.texi,v 1. 2 1999-12-02 13:52:49obachman Exp $2 @comment $Id: COPYING.texi,v 1.3 1999-12-08 12:47:54 obachman Exp $ 3 3 @comment this file contains the copyright notice on Singular 4 @ifclear VERSION 4 5 @include version.texi 6 @end ifclear 5 7 6 8 @cindex copyright -
doc/INSTALL_unix.texi
rb6bab1 ra94090 1 1 @comment -*-texinfo-*- 2 @comment $Id: INSTALL_unix.texi,v 1.6 1999-12-06 17:02:12 obachman Exp $ 3 @comment this file contains the installation instruction for Singular on 4 @comment Unix 2 @comment $Id: INSTALL_unix.texi,v 1.7 1999-12-08 12:47:55 obachman Exp $ 3 @c FILE: INSTALL_unix.texi 4 @c PURPOSE: Installation instruction for Singular on Unix 5 @c 6 5 7 @ifclear VERSION 6 8 @include version.texi … … 49 51 50 52 @ifclear singularmanual 51 @heading Important 52 Please see 53 @strong{Important:} Please see 53 54 @ifhtml 54 55 @uref{COPYING.html, COPYING} -
doc/Makefile.in
rb6bab1 ra94090 2 2 ### 3 3 ### Makefile for Singular documentation 4 ### $Id: Makefile.in,v 1.4 7 1999-12-06 16:06:54obachman Exp $4 ### $Id: Makefile.in,v 1.48 1999-12-08 12:47:55 obachman Exp $ 5 5 ##################################################################### 6 6 SHELL=/bin/sh … … 21 21 install_docdir = ${install_prefix}/doc 22 22 install_exdir = ${install_prefix}/examples 23 24 # directory where files for ftp site go 25 ftpdir = /tmp 23 26 24 27 ## … … 78 81 # File sets 79 82 # 80 STANDALONE_TEXI_FILES = COPYING.texi INSTALL_unix.texi NEWS.texi 83 STANDALONE_TEXI_FILES = COPYING.texi INSTALL_unix.texi NEWS.texi \ 84 README_download.texi README_ftp.texi 81 85 82 86 DOC2TEX_FILES = \ … … 266 270 ${INSTALL_DATA} INSTALL_unix.${SINGUNAME}.html ${install_prefix}/INSTALL.html 267 271 272 install-ftp: ${STANDALONE_HTML_FILES} ${STANDALONE_TXT_FILES} 273 ${INSTALL_DATA} NEWS.txt ${ftpdir}/NEWS 274 ${INSTALL_DATA} NEWS.html ${ftpdir} 275 ${INSTALL_DATA} COPYING.txt ${ftpdir}/COPYING 276 ${INSTALL_DATA} COPYING.html ${ftpdir} 277 ${INSTALL_DATA} INSTALL_unix.txt ${ftpdir}/INSTALL_unix 278 ${INSTALL_DATA} INSTALL_unix.html ${ftpdir} 279 ${INSTALL_DATA} README_ftp.txt ${ftpdir}/README 280 ${INSTALL_DATA} README_ftp.html ${ftpdir}/README.html 281 268 282 texi2html = $(TEXI2HTML:%.pl=%) 269 283 -
doc/README
rb6bab1 ra94090 1 1.) Die allgemeine Datei-Struktur des Handbuchs: 2 ======================================== ========1 To download SINGULAR for a Unix platform 2 ======================================== 3 3 4 * singular.doc : 5 Die grobe Struktur das Handbuches und einige kleine Kapitel (z.B. Preface) 4 Make sure that you have approximately 12MByte of free disk space and 5 follow these steps. 6 6 7 * copyright.tex: 8 Copyright-Notice 7 1. You need to download two (archive) files: 8 `Singular-1-3-7-share.tgz' 9 contains architecture independent data like documentation and 10 libraries (alternatively, you may also download 11 `Singular-1-3-7-share.zip'). 9 12 10 * start.doc: 11 Kapitel 2 (Introduction) 13 `Singular-1-3-7-<uname>.tgz' 14 contains architecture dependent executables, like the SINGULAR 15 program. `<uname>' is a description of the processor and 16 operating system for which SINGULAR is compiled. Choose one of the 17 following: 18 `ix86-Linux' PC's running under Linux 19 `HPUX-9' HP workstations running under HPUX version 9 20 `HPUX-10' HP workstations running under HPUX version 10 21 Please contact us if you can not find an appropriate architecture 22 dependent archive. 12 23 13 * general.doc: 14 Kapitel 3 (General concepts) 15 Kapitel 3.4 (Libraries), 3.5 (Procedures) und 3.6 (Debugging tools) (ehemals 16 in der eigenen Datei libraries.doc) 24 2. Simply change to the directory in which you wish to install 25 SINGULAR (usually wherever you install 3rd-party software): 26 cd /usr/local/ 17 27 18 * types.doc: 19 Kapitel 4 (Data types) 28 SINGULAR specific subdirectories will be created in such a way 29 that multiple versions and multiple architecture dependent files 30 of SINGULAR can peaceably coexist under the same `/usr/local/' 31 tree. 20 32 21 * reference.doc 22 Kapitel 5 (Functions and system variables) 33 3. Unpack the archives: 34 gzip -dc Singular-1-3-7-<uname>.tgz | tar -pxf - 35 gzip -dc Singular-1-3-7-share.tgz | tar -pxf - 36 If you have downloaded `Singular-1-3-7-share.zip', unpack with 37 unzip -u Singular-1-3-7-share.zip 23 38 24 * examples.doc 25 Kapitel 7 (Examples) 39 4. After unpacking, see the created file `Singular/1-3-7/INSTALL' for 40 details on how to finish the installation. 26 41 27 * math.doc 28 Kapitel 8 (Mathematical background) 42 To download SINGULAR for Windows 95/98/NT 43 ========================================= 29 44 30 In den Dateien old_***.doc stehen die Abschnitte, die noch nicht (vollstaendig) 31 in die neuen Version gewandert sind. Von hier aus kann man also mit 32 "cut and paste" Texte in das neue Handbuch schieben - sie sollten dann 33 aus den old_* -Dateien gestrichen werden. 45 TBC 34 46 35 2.) Schluesselworte, die von doc2tex gesucht werden: 36 ==================================================== 37 @c lib <libname> 38 * -> is substituted by: 39 * @c computed lib >libname< 40 * @example 41 * <output of "Singular -qc 'help %s; quit;'", modified for texinfo> 42 * @end example 43 * modification for texinfo: @ -> @@, { -> @{, } -> @} 44 * each line "[<spaces>]<text>(..." is followed by 45 * @findex <text> 46 * @c example 47 * -> the text till the next @c example is feed into "Singular -qe", 48 * the text is then substituted by 49 * @c computed example %d 50 * <text from the input> 51 * @expansion{} <corresponding output> 52 * .... 53 * in this text, @,{ and } will be substituted by @@, @{ resp. @} 54 * @c ref 55 * -> the text till the next "@c ref" must have the following 56 * syntax: 57 * See @ref{<name1>} [; @ref{<name2>} [; @ref{<name3>} etc.]] . 58 * It will be substituted by: 59 * @menu 60 * *name1:: 61 * .... 62 * @end menu 63 * @iftex 64 * See @ref{<name1>} [; @ref{<name2>} [; @ref{<name3>} etc.]] . 65 * @end iftex 66 * @c include <filename> 67 * -> is substituted by: 68 * @c computed include >filename< 69 * <copy the the file mentioned> 70 * modification for texinfo: @ -> @@, { -> @{, } -> @} 47 To download SINGULAR for the Macintosh 48 ====================================== 71 49 72 ------------------------------------------------------------ 73 $Id: README,v 1.2 1998-05-11 13:17:45 wichmann Exp $ 74 ------------------------------------------------------------ 50 TBC 51
Note: See TracChangeset
for help on using the changeset viewer.