Skip to content
Snippets Groups Projects
Commit 17425f0c authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Add doc as root CMake subdirectory, do not always generate the man page.

parent 136e1a48
No related branches found
No related tags found
No related merge requests found
......@@ -193,4 +193,5 @@ ENDIF(WIN32)
ADD_SUBDIRECTORY(src)
ADD_SUBDIRECTORY(include)
ADD_SUBDIRECTORY(tools)
ADD_SUBDIRECTORY(doc)
ADD_SUBDIRECTORY(unitTesting)
Subproject commit ce8da4f4399e3bef0c3cd825083fa350e906c7c4
Subproject commit 597d697c4ee6f9bd4254360d9efaea15e41de340
......@@ -17,9 +17,7 @@ INCLUDE(../cmake/man.cmake)
IF(UNIX)
# Add `man' target.
ADD_CUSTOM_TARGET(
man ALL
DEPENDS dg-shell.1.gz dg-shell-plugin.1.gz)
ADD_CUSTOM_TARGET(man DEPENDS dg-shell.1.gz dg-shell-plugin.1.gz)
# Man page generation.
MANPAGE(dg-shell)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment