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

wmlwrap is created in the build directory tree and not in the source

directory tree. Out of source building was broken before for the
documentation.

[[Imported from SVN: r4988]]
parent ad7c8aea
Branches
Tags
No related merge requests found
......@@ -14,7 +14,7 @@
.wml.html:
export DUNEWEBDIR=$(DUNEWEBDIR); \
export BASEDIR=$(BASEDIR); \
sh $(DUNE_COMMON_ROOT)/bin/wmlwrap -I $(srcdir) $< -o $@
sh $(top_builddir)/bin/wmlwrap -I $(srcdir) $< -o $@
web-install: all
if test -d $(DUNEWEBDIR) && test -r $(DUNEWEBDIR)/Make.global ; then \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment