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

make distcheck runs through now.

[[Imported from SVN: r4553]]
parent 45332c8a
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ export BASEDIR
# pass files through wrapper
.wml.html:
sh $(DUNECOMMONROOT)/bin/wmlwrap $< -o $@
sh $(DUNECOMMONROOT)/bin/wmlwrap -I $(srcdir) $< -o $@
web-install: all
if test -d $(DUNEWEBDIR) && test -r $(DUNEWEBDIR)/Make.global ; then \
......
# $Id$
SUBDIRS = . test
SUBDIRS = . test exprtmpl
# the standard debug streams are put into the libdune
noinst_LTLIBRARIES = libcommon.la
......
Makefile
Makefile.in
......@@ -9,7 +9,7 @@
#include "lcm.hh"
//#include<typeinfo>
#include <iostream>
#include <cassert>
template<std::size_t size, typename T>
int testPool();
......
......@@ -29,6 +29,7 @@ AC_CONFIG_FILES([Makefile
bin/Makefile
common/Makefile
common/test/Makefile
common/exprtmpl/Makefile
doc/Makefile
doc/devel/Makefile
doc/layout/Makefile
......
......@@ -17,6 +17,11 @@ CURDIR=doc
# relative to $(CURDIR)
BASEDIR=..
# install the html pages
docdir=$(datadir)/doc/dune
doc_DATA = $(PAGES)
EXTRA_DIST = $(PAGES)
# include rules for wml -> html transformation
include $(top_srcdir)/am/webstuff
......
......@@ -13,6 +13,12 @@ CURDIR=doc
BASEDIR=..
EXTRAINSTALL = buildsystem.pdf
EXTRA_DIST = $(DOCS)
# install the html pages
docdir=$(datadir)/doc/dune
doc_DATA = $(DOCS)
# include rules for wml -> html transformation
include $(top_srcdir)/am/webstuff
......
......@@ -11,6 +11,11 @@ all: $(PAGES)
BASEDIR=../..
CURDIR=doc/devel
# install the html pages
docdir=$(datadir)/doc/dune/devel
doc_DATA = $(PAGES)
EXTRA_DIST= $(PAGES)
include $(top_srcdir)/am/webstuff
CLEANFILES = $(PAGES)
......
# $Id$
# distribute these files:
EXTRA_DIST = Doxyfile Doxydep \
DOXY_DIST = Doxyfile Doxydep \
doxy-footer.html doxy-header.html dune-doxy.css mainpage
if BUILD_DOCS
WHAT = bestpractice.html doxygen-tag
endif
#we need this in the distribution
EXTRA_DIST = bestpractice.html $(DOXY_DIST)
DISTCLEANFILES = doxygen.log
all: $(WHAT)
# setting like in dune-web
......
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