Changeset 52 in pacpusframework for trunk/doc


Ignore:
Timestamp:
01/09/13 09:33:51 (11 years ago)
Author:
Marek Kurdej
Message:

Fixed: whitespaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/CMakeLists.txt

    r26 r52  
    99
    1010if(PACPUS_BUILD_DOC)
    11   # Debug
    12   pacpus_info("coucou")
    13   # Configure the template Doxyfile for our specific project
    14   configure_file(doxyfile.in ${CMAKE_BINARY_DIR}/Doxyfile @ONLY IMMEDIATE)
    15   # Add a custom target to run Doxygen when ever the project is built
    16   add_custom_target (
    17     documentation
    18         COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_BINARY_DIR}/Doxyfile
    19         SOURCES ${CMAKE_BINARY_DIR}/Doxyfile)
     11    # Debug
     12    pacpus_info("Adding target: documentation")
     13    # Configure the template Doxyfile for our specific project
     14    configure_file(doxyfile.in ${CMAKE_BINARY_DIR}/Doxyfile @ONLY IMMEDIATE)
     15    # Add a custom target to run Doxygen when ever the project is built
     16    add_custom_target (
     17        documentation
     18        COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_BINARY_DIR}/Doxyfile
     19        SOURCES ${CMAKE_BINARY_DIR}/Doxyfile)
    2020endif()
Note: See TracChangeset for help on using the changeset viewer.