Skip to content
Snippets Groups Projects
Commit 6bb0a7d5 authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

fix relative pathes...

[[Imported from SVN: r1929]]
parent 39f35dae
Branches
Tags
No related merge requests found
......@@ -24,8 +24,9 @@ done
# check if DUNEWEBDIR seems correct
if test -d $DUNEWEBDIR && test -r $DUNEWEBDIR/layout/default.wml ; then
# call wml from within WEBDIR
( cd $DUNEWEBDIR && wml $ARGS )
# call wml from within dune-web
# --nocd lets wml use the .wmlrc from dune-web
( cd $DUNEWEBDIR && wml --nocd -DROOT=$BASEDIR $ARGS )
else
# call wml without tricks
wml $*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment