20230322
[shlib.git] / sample / build-config / build / shlib / doc-type.txt
blobbab25733aff8c033cade98f9f77222831d92490f
7 @ man file editor util
9 @ kinds of doc type
10 # general text syntax (tex/docbook)
11 # helper manual (man/info)
12 # user manual doc (txt/html/pdf/chm/dvi)
13 # webpages (html)
14 # api doc (html by doxygen)
15 # tty record (ttyrec)
16 # graph diagram (pdf by graphvize)
18 @ syntax
19 # man(man, groff)
20 # info(info2man, info2www)
21 # tex/texi (info/txt/pdf/html/dvi/docbook)
22         + texinfo
23                 - texi2dvi(dvi/pdf), 
24                 - texi2any(info/plaintext/html/pdf/docbook/xml/dvi)), 
25         + texi2html, 
26 # docbook (txt/html/pdf)
27 # txt
28 # pdf
29 # html
30 # dvi
32 # api
33 # graphvize(graph-pdf)
35 # md(md2html)()
36 # rst(rst2html)()
37 # chm(html2chm)()
39 # ttyrec
42 @ gendocs.sh
43 # gendocs.sh --email bug-texinfo@gnu.org -o <output-file-name> <tex-file-name> "GNU Texinfo manual"
44 # gendocs --texi2html -o texinfo texinfo "GNU Texinfo manual"
45 # info, text, html, dvi, pdf, 
48 @ build-aux/gen_docs.sh
49 # texinfo: makeinfo/texi2any(docbook/html/plaintext/xml/div/pdf), 
50   texi2dvi(dvi/pdf), 
51 # texi2html: texi2html(html)
52 # (??): docbook2html, docbook2pdf, docbook2txt
56
57 info2man: 
58 info2www: