Tuesday, July 14, 2015

Re: [Discuss-gnuradio] possible bug in gr_modtool

On 14.07.2015 07:11, Michael Dickens wrote:
> Hi Federico - Yes, that does seem like a bug. Looking at the top-level
> docs/doxygen/CMakeLists.txt, this command is:
> {{{
> add_custom_command(
> OUTPUT ${BUILT_DIRS}
> COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
> WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
> DEPENDS ${GENERATED_DEPS}
> COMMENT "Generating documentation with doxygen"
> )
> }}}


Doxygen has no states; if something changes, you need to rerun it
entirely. I would have thought this syntax does the right thing,
assuming $GENERATED_DEPS actually holds all the files that can be changed.
So, this might also be a CMake issue.

M


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

No comments:

Post a Comment