Skip to content
Snippets Groups Projects
Commit 7dbd36f4 authored by Markus Blatt's avatar Markus Blatt
Browse files

[buildsystem,bugfix] Export correct directory of Doxystyle for cmake when built with autotools.

parent 174f56a2
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@ install-exec-local:
echo "set($(PACKAGE)_SCRIPT_DIR \"$(datadir)/dune/cmake/scripts\")" >> $(PACKAGE)-config.tmp; \
fi; \
if test "$(PACKAGE)" = "dune-common"; then \
echo "set(DOXYSTYLE_FILE \"$(docdir)/doxygen/Doxystyle\")" >> $(PACKAGE)-config.tmp; \
echo "set(DOXYSTYLE_FILE \"$(datadir)/dune-common/doc/doxygen/Doxystyle\")" >> $(PACKAGE)-config.tmp; \
fi; \
if test -d $(top_srcdir)/cmake/modules; then \
echo "set($(PACKAGE)_MODULE_PATH \"$(datadir)/dune/cmake/modules\")" >> $(PACKAGE)-config.tmp; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment