Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Commits
72237e3e
Commit
72237e3e
authored
7 years ago
by
PRUVOST Florent
Browse files
Options
Downloads
Patches
Plain Diff
add dependency to chameleon lib for the doc because all the compute sources are required
parent
4c29aab0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/doxygen/CMakeLists.txt
+1
-0
1 addition, 0 deletions
doc/doxygen/CMakeLists.txt
doc/orgmode/CMakeLists.txt
+2
-2
2 additions, 2 deletions
doc/orgmode/CMakeLists.txt
with
3 additions
and
2 deletions
doc/doxygen/CMakeLists.txt
+
1
−
0
View file @
72237e3e
...
@@ -77,6 +77,7 @@ if(DOXYGEN_EXECUTABLE)
...
@@ -77,6 +77,7 @@ if(DOXYGEN_EXECUTABLE)
add_custom_target
(
doxygen-out ALL
add_custom_target
(
doxygen-out ALL
DEPENDS
${
CMAKE_CURRENT_BINARY_DIR
}
/out-dev
DEPENDS
${
CMAKE_CURRENT_BINARY_DIR
}
/out-dev
#${CMAKE_CURRENT_BINARY_DIR}/out-usr
#${CMAKE_CURRENT_BINARY_DIR}/out-usr
chameleon
)
)
# Installation for html version
# Installation for html version
...
...
This diff is collapsed.
Click to expand it.
doc/orgmode/CMakeLists.txt
+
2
−
2
View file @
72237e3e
...
@@ -83,8 +83,8 @@ if(EMACS_COMPILER)
...
@@ -83,8 +83,8 @@ if(EMACS_COMPILER)
DEPENDS
${
CMAKE_CURRENT_BINARY_DIR
}
/users_guide.org
DEPENDS
${
CMAKE_CURRENT_BINARY_DIR
}
/users_guide.org
${
CMAKE_CURRENT_BINARY_DIR
}
/version.org
${
CMAKE_CURRENT_BINARY_DIR
}
/version.org
)
)
add_custom_target
(
doc-html-users_guide ALL DEPENDS users_guide.html
)
add_custom_target
(
doc-html-users_guide ALL DEPENDS users_guide.html
chameleon
)
add_custom_target
(
doc-pdf-users_guide ALL DEPENDS users_guide.pdf
)
add_custom_target
(
doc-pdf-users_guide ALL DEPENDS users_guide.pdf
chameleon
)
# Installation
# Installation
# ------------
# ------------
...
...
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