]> Creatis software - gdcm.git/blobdiff - Doc/CMakeLists.txt
Fix mistypings
[gdcm.git] / Doc / CMakeLists.txt
index 995ae41279d35c3c0c4ea5dd09f14f60da2c6eae..eed65ebd998f5737f500ca34a0ab962fdeb83ff3 100644 (file)
@@ -2,7 +2,7 @@
 # Build the documentation
 
 SET(HTML_DIR
-  ${GDCM_DATA_DIR}/html
+  ${GDCM_INSTALL_DATA_DIR}/html
 )
 
 SET(TARGET_DIR
@@ -23,9 +23,7 @@ IF(GDCM_DOCUMENTATION)
     "${GDCM_SOURCE_DIR}/src ${GDCM_SOURCE_DIR}/Doc/DoxyPython.txt ${GDCM_SOURCE_DIR}/Doc/DoxyVtkGdmReaderExamples.txt"
   )
   SET(GDCM_DOCUMENTATION_EXCLUDE_COMMON
-    "${GDCM_SOURCE_DIR}/src/gdcmJpeg.cxx"
-    "${GDCM_SOURCE_DIR}/src/jdatasrc.cxx"
-    "${GDCM_SOURCE_DIR}/src/jdatadst.cxx"
+    "${GDCM_SOURCE_DIR}/src/gdcmJpeg.cxx ${GDCM_SOURCE_DIR}/src/jdatasrc.cxx ${GDCM_SOURCE_DIR}/src/jdatadst.cxx"
   )
   
   IF(GDCM_VTK)
@@ -41,7 +39,7 @@ IF(GDCM_DOCUMENTATION)
      SET(GDCM_DOCUMENTATION_HAVE_DOT "NO")
   ENDIF(DOT)
 
-  #Should rewrote this thing with FOREACH:
+  #Should rewrite this thing with FOREACH:
   #-----------------------------------------------------------------------------
   # Build the documentation for developpers