Skip to content
Snippets Groups Projects
Commit cd207d73 authored by Christian Engwer's avatar Christian Engwer
Browse files

fix #383

[[Imported from SVN: r5178]]
parent 3a2f9b29
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ web-install-doxygen:
if test -d $(DUNEWEBDIR) && test -r $(DUNEWEBDIR)/Make.global ; then \
pushd html; \
$(MAKE) -f $(DUNEWEBDIR)/Make.global \
EXTRAINSTALL="$(DOXYGENINSTALL)" CURDIR="$(CURDIR)/dune-common-html" install ; \
EXTRAINSTALL="$(DOXYGENINSTALL)" CURDIR="$(CURDIR)/@DUNE_MOD_NAME@-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