summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordbiastoch <dbiastoch@de.adit-jv.com>2021-02-03 15:11:00 +0100
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2021-06-30 10:54:59 +0900
commit5e188475628635f3254484ed506d8abba096d469 (patch)
tree8b011b3e8042887b62b4c53c115d9d495db1e477 /README.md
parentd3f62e237096e79c215cb728e8105e82c4e6e7dd (diff)
downloadDLT-daemon-5e188475628635f3254484ed506d8abba096d469.tar.gz
dlt-doc:Fix generating HTML documentation and man pages
HTML documentation: -Implemented GLOB mechanism to get all md files inside '/doc' for generating html documentation -Replacing all markdown links in generated html files with the corresponding html links (using sed) -Bug fixes +Marking Doxygen as required package to get a nice error message, if it's missing +'cp' needs '-r' argument, because it includes another subdirectory with images Man Pages: -Also make use of GLOB and foreach loops to get rid of hardcoded filenames Signed-off-by: dbiastoch <dbiastoch@de.adit-jv.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 45dabcf..6346bc3 100644
--- a/README.md
+++ b/README.md
@@ -156,7 +156,7 @@ configure DLT to exactly suit your needs, how to control the behvaiour of
running instances and how to interface DLT with existing system through
provided adaptors.
-The man pages are generated with *pandoc*.
+The man pages are generated with *pandoc*, which also needs *asciidoc* as dependency.
Build manpages (initally or because something changed) with e.g.
```bash