Skip to content

Commit

Permalink
Fix documentation build (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Nov 18, 2015
1 parent 635f552 commit 8fd98ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ foreach (f ${files})
endif ()
endforeach ()

# Add a command to extract the amplgsl documentation from amplgsl.c.
# Add a command to extract the amplgsl documentation from amplgsl.cc.
add_custom_command(OUTPUT ${amplgsl_docs}
COMMAND ${BUILD_DOCS} extract-docs ${amplgsl_c}
COMMAND ${BUILD_DOCS} extract-docs ${amplgsl_src}
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
DEPENDS ${BUILD_DOCS} ${amplgsl_c})
DEPENDS ${BUILD_DOCS} ${amplgsl_src})

# Add commands to copy .rst files to the binary directory.
# This is needed because some of the .rst files are autogenerated and
Expand Down

0 comments on commit 8fd98ea

Please sign in to comment.