summaryrefslogtreecommitdiffstats
path: root/doc/updt.sh
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-09-12 14:08:33 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-09-12 14:08:33 +0200
commit5b74cd6f2b5cdd82273759aa7d72150dfff58a2c (patch)
tree3c589f9487e693f9287b89eeb2fc10a8af651ce1 /doc/updt.sh
parent628dc10767d95436538391534dc3c95f45fe9a3a (diff)
add documentation & ideas about config.xml
Also enforce the strings for 'id' and 'version' to be not empty in config.xml Change-Id: I510b62891885033e0b750fac5f5de5e0fd25d75d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'doc/updt.sh')
-rwxr-xr-xdoc/updt.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/updt.sh b/doc/updt.sh
index 5267ad5..d0c02e7 100755
--- a/doc/updt.sh
+++ b/doc/updt.sh
@@ -41,6 +41,7 @@ meta() {
mkhtml() {
local x=$1
local h=${x%%.md}.html
+ echo updating $h from $x
meta "$x" |
pandoc --css doc.css -f markdown -t html5 --toc > "$h"
}