Changeset d5bd4bc in git for doc/lib2doc.texi
- Timestamp:
- Mar 13, 2013, 4:49:38 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- 04e7556fe730216bd564bec951a95057bd31b6fc
- Parents:
- ede7a69d54c25b9d0c8b81afc4a499d622183a15ed29fb4605d820ab1aafd221b2254f3a72ef4c3c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/lib2doc.texi
red29fb rd5bd4bc 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.