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

Install to correct place under $datadir/doc/istl

[[Imported from SVN: r598]]
parent 84bd1836
No related branches found
No related tags found
No related merge requests found
......@@ -6,13 +6,16 @@ if BUILD_DOCS
DOCS = istl.pdf istl.ps
endif
dist_pkgdata_DATA = $(DOCS)
CLEANFILES = *.aux *.bbl *.blg *.log *.out *.toc *.dvi *.pdf *.ps
# setting like in dune-web
BASEDIR=../..
CURDIR=doc/istl
docdir=$(datadir)/$(CURDIR)
doc_DATA = $(DOCS)
CLEANFILES = *.aux *.bbl *.blg *.log *.out *.toc *.dvi *.pdf *.ps
include $(top_srcdir)/am/latex
include $(top_srcdir)/am/webstuff
......
......@@ -11,7 +11,11 @@ if BUILD_DOCS
DOCS = communication.pdf communication.ps
endif
dist_pkgdata_DATA = $(DOCS)
# setting like in dune-web
CURDIR=doc/istl/comm
BASEDIR=../../..
commdir=$(datadir)/$(CURDIR)
noinst_PROGRAMS = $(MPIPROGRAMS)
......@@ -19,15 +23,14 @@ indexset_SOURCES = indexset.cc buildindexset.hh reverse.hh
indexset_CXXFLAGS = $(MPI_CPPFLAGS)
indexset_LDADD = $(MPI_LDFLAGS)
comm_DATA = $(DOCS) #$(indexset_SOURCES)
communication.dvi : communication.tex buildindexset.hh reverse.hh
CLEANFILES = *.aux *.bbl *.blg *.log *.out *.toc *.dvi *.pdf *.ps
# setting like in dune-web
CURDIR=doc/istl/comm
BASEDIR=../../..
include $(top_srcdir)/am/latex
include $(top_srcdir)/am/webstuff
include $(top_srcdir)/am/global-rules
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