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

add a link to dune.css if dune-web is available

[[Imported from SVN: r6134]]
parent 5e8e2b58
Branches
Tags
No related merge requests found
......@@ -24,3 +24,16 @@ distclean-libtool:
top-clean:
rm -f dependencies.m4
# link dune.css
if DUNEWEB
doc-local: css-local
doc-clean: css-clean
css-local: dune.css
css-clean:
rm -f dune.css
dune.css:
$(LN_S) $(DUNEWEBDIR)/dune.css
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment