- Timestamp:
- 24/10/11 12:40:42 (7 months ago)
- Location:
- trunk/doc
- Files:
-
- 5 edited
-
CMakeLists.txt (modified) (1 diff)
-
api/CMakeLists.txt (modified) (1 diff)
-
doxygen/CMakeLists.txt (modified) (1 diff)
-
nxdict/CMakeLists.txt (modified) (1 diff)
-
tech_ref/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/CMakeLists.txt
r1636 r1709 34 34 #add_subdirectory (tutorial) 35 35 36 install (FILES README.doc DESTINATION ${NXDOCDIR} )36 install (FILES README.doc DESTINATION ${NXDOCDIR} COMPONENT Documentation) 37 37 -
trunk/doc/api/CMakeLists.txt
r1636 r1709 27 27 #==================================================================== 28 28 29 install (FILES napi.tex DESTINATION ${NXDOCDIR}/api )29 install (FILES napi.tex DESTINATION ${NXDOCDIR}/api COMPONENT Documentation) 30 30 -
trunk/doc/doxygen/CMakeLists.txt
r1636 r1709 89 89 ${CMAKE_BINARY_DIR}/doc/doxygen/html-f90 90 90 ${CMAKE_BINARY_DIR}/doc/doxygen/html-f77 91 DESTINATION ${NXDOCDIR}/doxygen )91 DESTINATION ${NXDOCDIR}/doxygen COMPONENT Documentation) 92 92 93 93 endif (DOXYGEN_FOUND AND DOXYGEN_DOT_FOUND) -
trunk/doc/nxdict/CMakeLists.txt
r1637 r1709 27 27 #==================================================================== 28 28 29 install (FILES NXdict.tex DESTINATION ${NXDOCDIR}/nxdict )29 install (FILES NXdict.tex DESTINATION ${NXDOCDIR}/nxdict COMPONENT Documentation) 30 30 -
trunk/doc/tech_ref/CMakeLists.txt
r1636 r1709 54 54 install (FILES ${CMAKE_BINARY_DIR}/doc/tech_ref/NeXus_definitions.pdf 55 55 ${CMAKE_BINARY_DIR}/doc/tech_ref/NeXus_definitions.txt 56 DESTINATION ${NXDOCDIR}/tech_ref )56 DESTINATION ${NXDOCDIR}/tech_ref COMPONENT Documentation) 57 57 58 58 endif(DOCBOOKUTILS_FOUND)
Note: See TracChangeset
for help on using the changeset viewer.
