File: READING_DOCS

package info (click to toggle)
taper 6.9r-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,424 kB
  • ctags: 1,592
  • sloc: ansic: 15,906; makefile: 258
file content (30 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
A sgml file is provided so you can create any type of
documentation file (provided you have the linuxdoc-sgml package) 
that is, a postscript file, an ASCII file, an info file or an
HTML file.

To create a postscript file:
	sgml2ps taper
	sgml2ps FAQ

To create an info file:
	sgml2info taper
	sgml2info FAQ

To create an ASCII file:
	sgml2txt taper
	sgml2txt FAQ

To create an html file 
	sgml2html taper
	sdgl2html FAQ

For those of you that don't have the linuxdoc-sgml package, I have
included an ASCII file, called taper.txt. To read it, type:
	less taper.txt
	less FAQ.txt




$Id: READING_DOCS,v 1.2 1997/03/23 08:46:56 yusuf Exp $