Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Chameleon
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
72237e3e
Commit
72237e3e
authored
Aug 30, 2017
by
PRUVOST Florent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add dependency to chameleon lib for the doc because all the compute sources are required
parent
4c29aab0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
doc/doxygen/CMakeLists.txt
doc/doxygen/CMakeLists.txt
+1
-0
doc/orgmode/CMakeLists.txt
doc/orgmode/CMakeLists.txt
+2
-2
No files found.
doc/doxygen/CMakeLists.txt
View file @
72237e3e
...
...
@@ -77,6 +77,7 @@ if(DOXYGEN_EXECUTABLE)
add_custom_target
(
doxygen-out ALL
DEPENDS
${
CMAKE_CURRENT_BINARY_DIR
}
/out-dev
#${CMAKE_CURRENT_BINARY_DIR}/out-usr
chameleon
)
# Installation for html version
...
...
doc/orgmode/CMakeLists.txt
View file @
72237e3e
...
...
@@ -83,8 +83,8 @@ if(EMACS_COMPILER)
DEPENDS
${
CMAKE_CURRENT_BINARY_DIR
}
/users_guide.org
${
CMAKE_CURRENT_BINARY_DIR
}
/version.org
)
add_custom_target
(
doc-html-users_guide ALL DEPENDS users_guide.html
)
add_custom_target
(
doc-pdf-users_guide ALL DEPENDS users_guide.pdf
)
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
chameleon
)
# Installation
# ------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment