Changeset 26644b1 in git for doc/lib2doc.texi


Ignore:
Timestamp:
May 8, 2012, 4:42:17 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
ec1e61abf61fc093e55af1e33522c903536ca428
Parents:
4d80e2b63af0be1df1b5f738f801b3803f647097
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-05-08 16:42:17+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-03-13 14:57:49+01:00
Message:
chg: help system, lib2doc updated

add: primepower as a comment

from master
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/lib2doc.texi

    r4d80e2b r26644b1  
    44
    55@code{lib2doc} is a utility to generate the stand-alone documentation for
    6 a @sc{Singular} library in various formats. 
     6a @sc{Singular} library in various formats.
    77
    88The @code{lib2doc} utility should be used by developers of @sc{Singular}
     
    1414
    1515
    16 @strong{Important:} 
    17 @*To use @code{lib2doc}, you need 
     16@strong{Important:}
     17@*To use @code{lib2doc}, you need
    1818to have @code{perl} (version 5 or
    1919higher), @code{texinfo} (version 3.12 or higher)  and @code{Singular}
     
    2727gzip -dc  lib2doc.tar.gz | tar -pxf -
    2828@end smallexample
    29 and 
     29and
    3030@smallexample
    3131cd lib2doc
    3232@end smallexample
    3333
    34 @item 
     34@item
    3535Edit the beginning of the file @code{Makefile}, filling in the values for
    36 @code{SINGULAR} and @code{LIBPARSE}. Check also the values of @code{PERL} 
     36@code{SINGULAR} and @code{LIBPARSE}. Check also the values of @code{PERL}
    3737and @code{LATEX2HTML}.
    3838
    39 @item 
     39@item
    4040Copy your library to the current directory:
    4141@smallexample
     
    4343@end smallexample
    4444
    45 @item 
     45@item
    4646Now you can run the following commands:
    4747@table @code
     
    6868of @code{mylib.lib}. This file can be viewed using (for example)
    6969@smallexample
    70 netscape mylib.html
     70firefox mylib.html
    7171@end smallexample
    7272@item make clean
     
    7676
    7777Note that you can safely ignore messages complaining about undefined
    78 references. 
     78references.
    7979
    8080@end enumerate
Note: See TracChangeset for help on using the changeset viewer.