Changeset 7e96fe in git for doc/lib2doc.texi
- Timestamp:
- Apr 8, 2009, 2:44:42 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 864fc206853dba201196a8f74aeedbdaa613ede0
- Parents:
- efddede91dd5aec8642044e41fb23333688f9f7b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/lib2doc.texi
refdded r7e96fe 3 3 @end ifclear 4 4 5 @code{lib2doc} is a utility to generate the stand-alone documentation for 5 @code{lib2doc} is a utility to generate the stand-alone documentation for 6 6 a @sc{Singular} library in various formats. 7 7 … … 48 48 @item make mylib.hlp 49 49 Generates the file @code{mylib.hlp} -- the info file for the documentation 50 of @code{mylib.lib}. This file can be viewed with50 of @code{mylib.lib}. This file can be viewed using 51 51 @smallexample 52 52 info -f mylib.hlp … … 54 54 @item make mylib.dvi 55 55 Generates the file @code{mylib.dvi} -- the dvi file for the documentation 56 of @code{mylib.lib}. This file can be viewed with56 of @code{mylib.lib}. This file can be viewed using 57 57 @smallexample 58 58 xdvi mylib.dvi … … 60 60 @item make mylib.ps 61 61 Generates the file @code{mylib.ps} -- the PostScript file for the documentation 62 of @code{mylib.lib}. This file can be viewed with(for example)62 of @code{mylib.lib}. This file can be viewed using (for example) 63 63 @smallexample 64 64 ghostview mylib.dvi … … 66 66 @item make mylib.html 67 67 Generates the file @code{mylib.html} -- the HTML file for the documentation 68 of @code{mylib.lib}. This file can be viewed with(for example)68 of @code{mylib.lib}. This file can be viewed using (for example) 69 69 @smallexample 70 70 netscape mylib.html
Note: See TracChangeset
for help on using the changeset viewer.