<b><small>Online Resources</small></b>
<p>
<a href="http://www.dealii.org/websvn/log.php?repname=deal.II+Repository&path=%2F&isdir=1&" target="_top">Recent changes</a><br />
+ <a href="http://cdash.kyomu.43-1.org/index.php?project=deal.II" target="body">CDash</a><br />
<a href="http://www.dealii.org/cgi-bin/regression_quick.pl" target="body">Regression tests</a><br />
- <a href="http://www.dealii.org//cgi-bin/build.pl" target="body">Build tests</a><br />
- <a href="http://www.math.tamu.edu/~heister/bench" target="body">Performance tests</a><br />
+ <a href="http://www.math.clemson.edu/~heister/bench" target="body">Performance tests</a><br />
</p>
<hr>
${CMAKE_CURRENT_BINARY_DIR}/options.dox
)
-CONFIGURE_FILE(
- ${CMAKE_CURRENT_SOURCE_DIR}/stylesheet.css
- ${CMAKE_CURRENT_BINARY_DIR}/stylesheet.css
- COPYONLY
- )
-
-CONFIGURE_FILE(
- ${CMAKE_CURRENT_SOURCE_DIR}/images/logo200.png
- ${CMAKE_CURRENT_BINARY_DIR}/logo200.png
- COPYONLY
- )
-
CONFIGURE_FILE(
${CMAKE_CURRENT_SOURCE_DIR}/scripts/mod_header.pl.in
${CMAKE_CURRENT_BINARY_DIR}/scripts/mod_header.pl
PROJECT_NAME = "The deal.II Library"
PROJECT_NUMBER = "Reference documentation for deal.II version @DEAL_II_PACKAGE_VERSION@"
-PROJECT_LOGO = "logo200.png"
+PROJECT_LOGO = @CMAKE_CURRENT_SOURCE_DIR@/images/logo200.png
OUTPUT_DIRECTORY = .
# The doxygen documentation says this about the following flag:
MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
HTML_COLORSTYLE_HUE = 220
HTML_COLORSTYLE_SAT = 200
-HTML_EXTRA_STYLESHEET = stylesheet.css
+HTML_EXTRA_STYLESHEET = @CMAKE_CURRENT_SOURCE_DIR@/stylesheet.css
#---------------------------------------------------------------------------
# configuration options related to the LaTeX output
#---------------------------------------------------------------------------