summaryrefslogtreecommitdiff
path: root/doc/create_doc.sh
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2012-10-11 17:39:25 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2012-11-26 12:39:50 +0100
commit4d3b32d9f36e8a304e2c71503c7c824376425b0d (patch)
tree4c4981028d1d90960f5e5ffeb36f8c5a69248726 /doc/create_doc.sh
parentf27d1eaff740e3d508680788a09a92fcc1f7c9b6 (diff)
downloadDLT-daemon-4d3b32d9f36e8a304e2c71503c7c824376425b0d.tar.gz
Modfied documentation using asciibook.
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'doc/create_doc.sh')
-rwxr-xr-xdoc/create_doc.sh27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/create_doc.sh b/doc/create_doc.sh
new file mode 100755
index 0000000..a360e2d
--- /dev/null
+++ b/doc/create_doc.sh
@@ -0,0 +1,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
+