Changeset a94090 in git


Ignore:
Timestamp:
Dec 8, 1999, 1:47:56 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
9ead313dbb7fd46c67238eead96c3efc1d873c1c
Parents:
b6bab112d62b4ec357608ee68737151f09a65d0d
Message:
* new target: install-ftp


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

Legend:

Unmodified
Added
Removed
  • doc/COPYING.texi

    rb6bab1 ra94090  
    11@comment -*-texinfo-*-
    2 @comment $Id: COPYING.texi,v 1.2 1999-12-02 13:52:49 obachman Exp $
     2@comment $Id: COPYING.texi,v 1.3 1999-12-08 12:47:54 obachman Exp $
    33@comment this file contains the copyright notice on Singular
     4@ifclear VERSION
    45@include version.texi
     6@end ifclear
    57
    68@cindex copyright
  • doc/INSTALL_unix.texi

    rb6bab1 ra94090  
    11@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
    57@ifclear VERSION
    68@include version.texi
     
    4951
    5052@ifclear singularmanual
    51 @heading Important
    52 Please see
     53@strong{Important:} Please see
    5354@ifhtml
    5455@uref{COPYING.html, COPYING}
  • doc/Makefile.in

    rb6bab1 ra94090  
    22###
    33### Makefile for Singular documentation
    4 ### $Id: Makefile.in,v 1.47 1999-12-06 16:06:54 obachman Exp $
     4### $Id: Makefile.in,v 1.48 1999-12-08 12:47:55 obachman Exp $
    55#####################################################################
    66SHELL=/bin/sh
     
    2121install_docdir  = ${install_prefix}/doc
    2222install_exdir   = ${install_prefix}/examples
     23
     24# directory where files for ftp site go
     25ftpdir          = /tmp
    2326
    2427##
     
    7881# File sets
    7982#
    80 STANDALONE_TEXI_FILES   = COPYING.texi INSTALL_unix.texi NEWS.texi
     83STANDALONE_TEXI_FILES   = COPYING.texi INSTALL_unix.texi NEWS.texi \
     84                          README_download.texi README_ftp.texi
    8185
    8286DOC2TEX_FILES   = \
     
    266270        ${INSTALL_DATA} INSTALL_unix.${SINGUNAME}.html ${install_prefix}/INSTALL.html
    267271
     272install-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
    268282texi2html = $(TEXI2HTML:%.pl=%)
    269283
  • doc/README

    rb6bab1 ra94090  
    1 1.) Die allgemeine Datei-Struktur des Handbuchs:
    2 ================================================
     1To download SINGULAR for a Unix platform
     2========================================
    33
    4 * singular.doc :
    5     Die grobe Struktur das Handbuches und einige kleine Kapitel (z.B. Preface)
     4Make sure that you have approximately 12MByte of free disk space and
     5follow these steps.
    66
    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').
    912
    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.
    1223
    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/
    1727
    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.
    2032
    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
    2338
    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.
    2641
    27 * math.doc
    28     Kapitel 8 (Mathematical background)
     42To download SINGULAR for Windows 95/98/NT
     43=========================================
    2944
    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.
     45TBC
    3446
    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: @ -> @@, { -> @{, } -> @}
     47To download SINGULAR for the Macintosh
     48======================================
    7149
    72 ------------------------------------------------------------
    73 $Id: README,v 1.2 1998-05-11 13:17:45 wichmann Exp $
    74 ------------------------------------------------------------
     50TBC
     51
Note: See TracChangeset for help on using the changeset viewer.