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

renamed dune.pc -> dune-istl.pc

[[Imported from SVN: r605]]
parent 2fce95bf
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@ install-sh
missing
mkinstalldirs
libtool
dune.pc
dune-istl.pc
semantic.cache
configure.lineno
stamp-h1
......
......@@ -11,6 +11,6 @@ pkgconfig_DATA = dune.pc
# use configured compiler for "make distcheck"
# doxygen is difficult to convince to build in a special directory...
DISTCHECK_CONFIGURE_FLAGS = CXX="$(CXX)" CC="$(CC)" DOXYGEN="true"
DISTCHECK_CONFIGURE_FLAGS = --with-dunecommon="$(DUNECOMMONROOT)" CXX="$(CXX)" CC="$(CC)" DOXYGEN="true"
include $(top_srcdir)/am/global-rules
......@@ -37,5 +37,5 @@ AC_CONFIG_FILES([Makefile
istl/tutorial/Makefile
istl/test/Makefile
istl/Makefile
dune.pc])
dune-istl.pc])
AC_OUTPUT
......@@ -10,7 +10,7 @@ endif
# setting like in dune-web
BASEDIR=../..
CURDIR=doc/istl
docdir=$(datadir)/doc/dune/istl
docdir=$(datadir)/doc/dune-istl
doc_DATA = $(DOCS)
......
......@@ -16,7 +16,7 @@ endif
RELDIR=istl/comm
CURDIR=doc/$(RELDIR)
BASEDIR=../../..
commdir=$(datadir)/doc/dune/$(RELDIR)
commdir=$(datadir)/doc/dune-istl/comm
noinst_PROGRAMS = $(MPIPROGRAMS)
......
# $Id$
# distribute these files:
EXTRA_DIST = Doxyfile Doxydep \
doxy-footer.html doxy-header.html dune-doxy.css mainpage
if BUILD_DOCS
WHAT = bestpractice.html doxygen-tag
DOXYGENTAG = doxygen-tag
WHAT = bestpractice.html
endif
all: $(WHAT)
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment