Skip to content
Snippets Groups Projects
Commit 3afcfb10 authored by Oliver Sander's avatar Oliver Sander
Browse files

install into dune-common-html instead of html so it doesn't collide with other modules

[[Imported from SVN: r4533]]
parent ce84312a
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ doxygen-install:
if test -d $(DUNEWEBDIR) && test -r $(DUNEWEBDIR)/Make.global ; then \
pushd html; \
$(MAKE) -f $(DUNEWEBDIR)/Make.global \
EXTRAINSTALL="$(DOXYGENINSTALL)" CURDIR="$(CURDIR)/html" install ; \
EXTRAINSTALL="$(DOXYGENINSTALL)" CURDIR="$(CURDIR)/dune-common-html" install ; \
popd; \
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment