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

cleanup doc, adapt to changes (simplifications) in common

[[Imported from SVN: r1095]]
parent 11080958
No related branches found
No related tags found
No related merge requests found
......@@ -19,21 +19,11 @@ DUNE_AUTOBUILD_FLAGS
AC_SUBST([AM_CPPFLAGS], '$(DUNE_CPPFLAGS) -I$(top_srcdir)')
AC_SUBST([AM_LDFLAGS], '$(DUNE_LDFLAGS) $(DUNE_LIBS)')
DUNE_SUMMARY_ALL
echo
echo Note: Most of the libraries checked for above are only used for the self-test
echo of Dune. The library itself will build and the headers will work even if
echo ALBERTA, MPI, etc. cannot be found. An exception to this are UG and AmiraMesh
echo which need to be found right now if you want to use them later.
echo
# write output
AC_CONFIG_FILES([Makefile
doc/comm/Makefile
doc/comm/Makefile.dist
doc/comm/figures/Makefile
doc/layout/Makefile
doc/doxygen/Makefile
doc/doxygen/Doxyfile
doc/Makefile
......@@ -46,3 +36,5 @@ AC_CONFIG_FILES([Makefile
m4/Makefile
dune-istl.pc])
AC_OUTPUT
DUNE_SUMMARY_ALL
-DROOT~..
-I.
# $Id$
SUBDIRS = doxygen layout comm
SUBDIRS = doxygen comm
TEXSOURCES = istl.tex istl.bib
EPSFILES = blockstructure.eps
......
</div> <!-- end doxygen -->
</div> <!-- end main -->
<div class="foot">
<p class="foot">
Generated on $date with <a
href="http://www.doxygen.org/">Doxygen</a> (ver $doxygenversion)
[<a href="doxygen.log">logfile</a>].
</p>
</div>
</body>
</html>
\ No newline at end of file
# -*- html -*-
# $Id$
## praktische Tags
#use wml::std::tags
#use wml::layout::header title="$title ($projectname $projectnumber)"
#use wml::layout::navigation
<enter STYLESHEETS>
<link rel="stylesheet" type="text/css" href="./dune-doxy.css">
<link rel="stylesheet" type="text/css" href="./tabs.css">
<leave>
<div class="main">
<div class="doxygen">
Makefile
Makefile.in
semantic.cache
\ No newline at end of file
# $Id$
EXTRA_DIST = default.wml
# nothing to install
web-install:
include $(top_srcdir)/am/global-rules
# -*- html -*-
# $Id$
# simple page layout, can be replaced by full version for the
# dune-website
#use wml::std::tags
## Page layout
#use wml::layout::header
#use wml::layout::navigation
<body>
<dump BASIC_BODY>
</body>
## catch any content after this:
{#BASIC_BODY#:
# -*- html -*-
# $Id$
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"\
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>$(title:-Untitled)</title>
{#STYLESHEETS#}
</head>
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