Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
do \
test -e $$dir || ln -s $(srcdir)/$$dir $$dir ; \
done
- @for file in $(assets); \
- do \
- test -e $$file || ln -s $(srcdir)/$$file $$file ; \
- done
apihtml = \
html/index.html \
install_dir: docs_html_dir,
)
endforeach
+
+
+# This hack enables us to view the web pages
+# from within the uninstalled build tree
+foreach file : docs_assets
+ configure_file(input: file, output: file, copy: true)
+endforeach