Skip to content

Commit fc14025

Browse files
'make doc' -> 'make docs'
1 parent 1bc0e81 commit fc14025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ list(APPEND DOXYGEN_ALIASES "unimplemented=@qualifier UNIMPLEMENTED @brief @html
3030

3131
add_subdirectory(html)
3232

33-
doxygen_add_docs(doc
33+
doxygen_add_docs(docs
3434
markdown/Introduction.md fake_init.h ../include ../src
3535
ALL
3636
COMMENT "Generate Fenix documentation")
37-
message(STATUS "Run `make doc` to build documentation")
37+
message(STATUS "Run `make docs` to build documentation")
3838

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

0 commit comments

Comments
 (0)