Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic-graph
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
dynamic-graph
Commits
17425f0c
Commit
17425f0c
authored
14 years ago
by
Thomas Moulard
Browse files
Options
Downloads
Patches
Plain Diff
Add doc as root CMake subdirectory, do not always generate the man page.
parent
136e1a48
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-0
1 addition, 0 deletions
CMakeLists.txt
cmake
+1
-1
1 addition, 1 deletion
cmake
doc/CMakeLists.txt
+1
-3
1 addition, 3 deletions
doc/CMakeLists.txt
with
3 additions
and
4 deletions
CMakeLists.txt
+
1
−
0
View file @
17425f0c
...
...
@@ -193,4 +193,5 @@ ENDIF(WIN32)
ADD_SUBDIRECTORY
(
src
)
ADD_SUBDIRECTORY
(
include
)
ADD_SUBDIRECTORY
(
tools
)
ADD_SUBDIRECTORY
(
doc
)
ADD_SUBDIRECTORY
(
unitTesting
)
This diff is collapsed.
Click to expand it.
cmake
@
597d697c
Compare
ce8da4f4
...
597d697c
Subproject commit
ce8da4f4399e3bef0c3cd825083fa350e906c7c4
Subproject commit
597d697c4ee6f9bd4254360d9efaea15e41de340
This diff is collapsed.
Click to expand it.
doc/CMakeLists.txt
+
1
−
3
View file @
17425f0c
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment