Fix displaying images on gitlab
Due to the restriction that gitlab (and also github) process asciidoc documents in SECURE mode, the docdir
value was empty.
This lead to invalid path where the images were expected.
To come around this limitation, the variable adoc_docdir
was introduced which should either point to the right directory or at least be set to .
.