Changeset 26644b1 in git for doc/lib2doc.texi
- Timestamp:
- May 8, 2012, 4:42:17 PM (11 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/lib2doc.texi
r4d80e2b r26644b1 4 4 5 5 @code{lib2doc} is a utility to generate the stand-alone documentation for 6 a @sc{Singular} library in various formats. 6 a @sc{Singular} library in various formats. 7 7 8 8 The @code{lib2doc} utility should be used by developers of @sc{Singular} … … 14 14 15 15 16 @strong{Important:} 17 @*To use @code{lib2doc}, you need 16 @strong{Important:} 17 @*To use @code{lib2doc}, you need 18 18 to have @code{perl} (version 5 or 19 19 higher), @code{texinfo} (version 3.12 or higher) and @code{Singular} … … 27 27 gzip -dc lib2doc.tar.gz | tar -pxf - 28 28 @end smallexample 29 and 29 and 30 30 @smallexample 31 31 cd lib2doc 32 32 @end smallexample 33 33 34 @item 34 @item 35 35 Edit 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} 37 37 and @code{LATEX2HTML}. 38 38 39 @item 39 @item 40 40 Copy your library to the current directory: 41 41 @smallexample … … 43 43 @end smallexample 44 44 45 @item 45 @item 46 46 Now you can run the following commands: 47 47 @table @code … … 68 68 of @code{mylib.lib}. This file can be viewed using (for example) 69 69 @smallexample 70 netscapemylib.html70 firefox mylib.html 71 71 @end smallexample 72 72 @item make clean … … 76 76 77 77 Note that you can safely ignore messages complaining about undefined 78 references. 78 references. 79 79 80 80 @end enumerate
Note: See TracChangeset
for help on using the changeset viewer.