]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: fix handling of static assets in build dir
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 16 Apr 2020 11:41:52 +0000 (12:41 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 16 Apr 2020 15:25:57 +0000 (16:25 +0100)
commit9e2160bef0e80bf9e67fae6df1400a621efc981a
tree7e7cd58a6ee0e08319fe97c0be7bc1ce91970e89
parentb85a8f22889d5ac1599df5279718ec8811a52075
docs: fix handling of static assets in build dir

We previously added a hack to symlink CSS files from the source dir into
the build dir, to allow the website to be browsed locally. We should
have also done this for any images.

This change merges several variables into one "$(assets)" so that we
treat all static files in the root dir the same way.

Reviewed-by: Laine Stump <laine@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/Makefile.am