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

* html generation should now work without a layout dir

* every module uses either the alyout from dune-common or dune-web
* .wmlrc is not necessary anymore

[[Imported from SVN: r5622]]
parent 6b693af0
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@
if DUNEWEB
WMLCMD = cd $(DUNEWEBDIR) && @WML@ --nocd -DROOT=$(BASEDIR)
else
WMLCMD = @WML@
WMLCMD = cd $(DUNE_COMMON_ROOT)/doc && @WML@ --nocd
endif
if WML
......
-DROOT~..
-I.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment