diff --git a/docs/manifesto/mkdocs.sh b/docs/manifesto/mkdocs.sh index ecfecff..145e0ee 100644 --- a/docs/manifesto/mkdocs.sh +++ b/docs/manifesto/mkdocs.sh @@ -14,6 +14,9 @@ elif [[ "$OSTYPE" == "msys" ]]; then osoptions="--fail-if-warnings --eol=lf " fi options=$osoptions"--toc --number-sections --toc-depth=5 --from markdown+smart+raw_html+fenced_divs+bracketed_spans --to html5 --wrap=preserve --metadata=lang:en --css=$templates/style.css -Bnavbar -o" +if [[ -z $targetDocroot ]]; then + targetDocroot=$docroot +fi for f in * do [[ -d $item && -x $item/mkdocs.sh ]] && $item/mkdocs.sh @@ -30,7 +33,7 @@ do katex=" --katex="$docroot fi done <$f - pandoc --variable $banner_height --variable docroot:$docroot --template $templates/pandoc.template $katex $options $destdir$base.html $base.md + pandoc --variable $banner_height --variable targetDocroot:$targetDocroot --template $templates/pandoc.template $katex $options $destdir$base.html $base.md echo "$destdir$base.html from $f" #else # echo " $base.html up to date" diff --git a/docs/pandoc_templates/pandoc.template b/docs/pandoc_templates/pandoc.template index bf3ea0f..b93eb5e 100644 --- a/docs/pandoc_templates/pandoc.template +++ b/docs/pandoc_templates/pandoc.template @@ -23,7 +23,7 @@ $endif$ $for(css)$ $endfor$ - + $for(header-includes)$ $endfor$ $header-includes$ @@ -47,8 +47,8 @@ $endif$