Changeset 1709 for trunk/doc


Ignore:
Timestamp:
24/10/11 12:40:42 (7 months ago)
Author:
Stephen Rankin
Message:

Packaging updates - set type of item i.e Runtime etc. ref#281

Location:
trunk/doc
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/CMakeLists.txt

    r1636 r1709  
    3434#add_subdirectory (tutorial) 
    3535 
    36 install (FILES README.doc DESTINATION ${NXDOCDIR}) 
     36install (FILES README.doc DESTINATION ${NXDOCDIR} COMPONENT Documentation) 
    3737 
  • trunk/doc/api/CMakeLists.txt

    r1636 r1709  
    2727#==================================================================== 
    2828 
    29 install (FILES napi.tex DESTINATION ${NXDOCDIR}/api) 
     29install (FILES napi.tex DESTINATION ${NXDOCDIR}/api COMPONENT Documentation) 
    3030 
  • trunk/doc/doxygen/CMakeLists.txt

    r1636 r1709  
    8989                       ${CMAKE_BINARY_DIR}/doc/doxygen/html-f90 
    9090                       ${CMAKE_BINARY_DIR}/doc/doxygen/html-f77 
    91                        DESTINATION ${NXDOCDIR}/doxygen) 
     91                       DESTINATION ${NXDOCDIR}/doxygen COMPONENT Documentation) 
    9292 
    9393endif (DOXYGEN_FOUND AND DOXYGEN_DOT_FOUND) 
  • trunk/doc/nxdict/CMakeLists.txt

    r1637 r1709  
    2727#==================================================================== 
    2828 
    29 install (FILES NXdict.tex DESTINATION ${NXDOCDIR}/nxdict) 
     29install (FILES NXdict.tex DESTINATION ${NXDOCDIR}/nxdict COMPONENT Documentation) 
    3030 
  • trunk/doc/tech_ref/CMakeLists.txt

    r1636 r1709  
    5454        install (FILES ${CMAKE_BINARY_DIR}/doc/tech_ref/NeXus_definitions.pdf 
    5555                       ${CMAKE_BINARY_DIR}/doc/tech_ref/NeXus_definitions.txt 
    56                        DESTINATION ${NXDOCDIR}/tech_ref) 
     56                       DESTINATION ${NXDOCDIR}/tech_ref COMPONENT Documentation) 
    5757 
    5858endif(DOCBOOKUTILS_FOUND) 
Note: See TracChangeset for help on using the changeset viewer.