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
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ install-sh ...@@ -9,7 +9,7 @@ install-sh
missing missing
mkinstalldirs mkinstalldirs
libtool libtool
dune.pc dune-istl.pc
semantic.cache semantic.cache
configure.lineno configure.lineno
stamp-h1 stamp-h1
......
...@@ -11,6 +11,6 @@ pkgconfig_DATA = dune.pc ...@@ -11,6 +11,6 @@ pkgconfig_DATA = dune.pc
# use configured compiler for "make distcheck" # use configured compiler for "make distcheck"
# doxygen is difficult to convince to build in a special directory... # 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 include $(top_srcdir)/am/global-rules
...@@ -37,5 +37,5 @@ AC_CONFIG_FILES([Makefile ...@@ -37,5 +37,5 @@ AC_CONFIG_FILES([Makefile
istl/tutorial/Makefile istl/tutorial/Makefile
istl/test/Makefile istl/test/Makefile
istl/Makefile istl/Makefile
dune.pc]) dune-istl.pc])
AC_OUTPUT AC_OUTPUT
...@@ -10,7 +10,7 @@ endif ...@@ -10,7 +10,7 @@ endif
# setting like in dune-web # setting like in dune-web
BASEDIR=../.. BASEDIR=../..
CURDIR=doc/istl CURDIR=doc/istl
docdir=$(datadir)/doc/dune/istl docdir=$(datadir)/doc/dune-istl
doc_DATA = $(DOCS) doc_DATA = $(DOCS)
......
...@@ -16,7 +16,7 @@ endif ...@@ -16,7 +16,7 @@ endif
RELDIR=istl/comm RELDIR=istl/comm
CURDIR=doc/$(RELDIR) CURDIR=doc/$(RELDIR)
BASEDIR=../../.. BASEDIR=../../..
commdir=$(datadir)/doc/dune/$(RELDIR) commdir=$(datadir)/doc/dune-istl/comm
noinst_PROGRAMS = $(MPIPROGRAMS) noinst_PROGRAMS = $(MPIPROGRAMS)
......
# $Id$ # $Id$
# distribute these files: # distribute these files:
EXTRA_DIST = Doxyfile Doxydep \
doxy-footer.html doxy-header.html dune-doxy.css mainpage
if BUILD_DOCS if BUILD_DOCS
WHAT = bestpractice.html doxygen-tag DOXYGENTAG = doxygen-tag
WHAT = bestpractice.html
endif endif
all: $(WHAT) all: $(WHAT)
......
File moved
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