summaryrefslogtreecommitdiff
path: root/doc/create_doc.sh
blob: a360e2d70ffb704aad221ec365497d1b717f9d79 (plain)
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
#!/bin/bash

asciidoc -a toc2 dlt_user_manual.txt
asciidoc -a toc2 dlt_design_specification.txt
asciidoc -a toc2 dlt_cheatsheet.txt

asciidoc -a toc2 dlt-daemon.1.txt
a2x --doctype manpage --format manpage dlt-daemon.1.txt
asciidoc -a toc2 dlt.conf.5.txt
a2x --doctype manpage --format manpage dlt.conf.5.txt
asciidoc -a toc2 dlt-convert.1.txt
a2x --doctype manpage --format manpage dlt-convert.1.txt
asciidoc -a toc2 dlt-receive.1.txt
a2x --doctype manpage --format manpage dlt-receive.1.txt
asciidoc -a toc2 dlt-system.1.txt
a2x --doctype manpage --format manpage dlt-system.1.txt
asciidoc -a toc2 dlt-system.conf.5.txt
a2x --doctype manpage --format manpage dlt-system.conf.5.txt

asciidoc -a toc2 dlt_book.txt

cd ..

asciidoc -a toc2 README.txt
asciidoc -a toc2 INSTALL.txt
asciidoc -a toc2 ReleaseNotes.txt