]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
And actually install the documentation :-]
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 8 Oct 2012 23:30:30 +0000 (23:30 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 8 Oct 2012 23:30:30 +0000 (23:30 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@27018 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/CMakeLists.txt
deal.II/doc/doxygen/CMakeLists.txt

index c09c7dfeed603075df7414b0ca20de28b0349f15..c61389509c23e2a7e14b3572b557104a47a68d6f 100644 (file)
@@ -19,7 +19,7 @@
 IF(DEAL_II_COMPONENT_DOCUMENTATION)
 
   #
-  # Generate the documentation via doxygen:
+  # Generate the source documentation via doxygen:
   #
   ADD_SUBDIRECTORY(doxygen)
 
index 91c053f39776fa33401e294c8deaa6f967bf3d71..b1331c53205fca26e23f1c3ebfa7754797b69a90 100644 (file)
@@ -16,11 +16,15 @@ FIND_PACKAGE(Perl REQUIRED)
 FIND_PACKAGE(Doxygen REQUIRED)
 
 IF(NOT DOXYGEN_FOUND OR NOT DOXYGEN_DOT_FOUND)
+  # Just to be sure that we actually have dot...
   MESSAGE(FATAL_ERROR
     "Could not find doxygen and dot which is required for building the documentation"
     )
 ENDIF()
 
+#
+# Prepare the example steps for inclusion:
+#
 ADD_SUBDIRECTORY(tutorial)
 
 CONFIGURE_FILE(
@@ -85,3 +89,9 @@ ADD_CUSTOM_TARGET(doxygen ALL # TODO: Really all?
 
 ADD_DEPENDENCIES(doxygen tutorial)
 
+INSTALL(DIRECTORY
+  ${CMAKE_CURRENT_BINARY_DIR}/deal.II
+  DESTINATION ${DEAL_II_DOCUMENTATION_RELDIR}/doxygen
+  COMPONENT documentation
+  )
+

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.