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

fix doc install paths

[[Imported from SVN: r5341]]
parent 5b2fdfb6
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@ EXTRAINSTALL = buildsystem.pdf
EXTRA_DIST = $(DOCS)
# install the html pages
docdir=$(datadir)/doc/buildsystem
doc_DATA = $(DOCS)
buildsystemdir=$(datadir)/doc/dune-common/buildsystem
buildsystem_DATA = $(DOCS)
# include rules for wml -> html transformation
include $(top_srcdir)/am/webstuff
......
......@@ -15,9 +15,9 @@ BASEDIR=../..
CURDIR=doc/devel
# install the html pages
docdir=$(datadir)/doc/dune-common/devel
develdir=$(datadir)/doc/dune-common/devel
if BUILD_DOCS
doc_DATA = $(PAGES)
devel_DATA = $(PAGES)
EXTRA_DIST= $(PAGES)
endif
......
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