Skip to content

Commit

Permalink
'make doc' -> 'make docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Whitlock committed Nov 22, 2024
1 parent 1bc0e81 commit fc14025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ list(APPEND DOXYGEN_ALIASES "unimplemented=@qualifier UNIMPLEMENTED @brief @html

add_subdirectory(html)

doxygen_add_docs(doc
doxygen_add_docs(docs
markdown/Introduction.md fake_init.h ../include ../src
ALL
COMMENT "Generate Fenix documentation")
message(STATUS "Run `make doc` to build documentation")
message(STATUS "Run `make docs` to build documentation")

install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/man DESTINATION ${CMAKE_INSTALL_PREFIX})

0 comments on commit fc14025

Please sign in to comment.