Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
47fbcf8e
Commit
47fbcf8e
authored
Mar 31, 2015
by
Guillaume Pasero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: fix doxygen archive
parent
55a1f81b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
+13
-5
Utilities/Doxygen/CMakeLists.txt
Utilities/Doxygen/CMakeLists.txt
+12
-4
Utilities/Doxygen/doxygen.config.in
Utilities/Doxygen/doxygen.config.in
+1
-1
No files found.
Utilities/Doxygen/CMakeLists.txt
View file @
47fbcf8e
...
...
@@ -146,15 +146,23 @@ if (BUILD_DOCUMENTATION)
# DEPENDS "${OTB_SOURCE_DIR}/Examples" "${OTB_SOURCE_DIR}/Utilities/Doxygen/GenerateExamplesDox.cmake"
# )
add_custom_target
(
Documentation
add_custom_target
(
Documentation
-doxygen
COMMAND
${
DOXYGEN_EXECUTABLE
}
${
OTB_BINARY_DIR
}
/Utilities/Doxygen/doxygen.config
COMMAND
${
CMAKE_COMMAND
}
-E tar cjf
${
OTB_BINARY_DIR
}
/Documentation/Doxygen/OTB-Doxygen-
${
OTB_VERSION_MAJOR
}
.
${
OTB_VERSION_MINOR
}
.tar.bz2
${
OTB_BINARY_DIR
}
/Documentation/Doxygen/html
#COMMAND ${CMAKE_COMMAND} -E copy
# ${OTB_SOURCE_DIR}/Utilities/Doxygen/favicon.ico
#
${OTB_BINARY_DIR}/Documentation/Doxygen/html
DEPENDS
${
OTB_BINARY_DIR
}
/Utilities/Doxygen/otbdoxygen.pl
# DEPENDS ${OTB_BINARY_DIR}/Documentation/Doxygen/Examples.dox
WORKING_DIRECTORY
${
OTB_BINARY_DIR
}
/Utilities/Doxygen
)
add_custom_target
(
Documentation
COMMAND
${
CMAKE_COMMAND
}
-E tar cjf
${
OTB_BINARY_DIR
}
/Documentation/Doxygen/OTB-Doxygen-
${
OTB_VERSION_MAJOR
}
.
${
OTB_VERSION_MINOR
}
.tar.bz2
${
OTB_BINARY_DIR
}
/Documentation/Doxygen/html
DEPENDS Documentation-doxygen
WORKING_DIRECTORY
${
OTB_BINARY_DIR
}
/Documentation/Doxygen
)
# Somehow the logo image is not copied into the html folder.
# Here we ensure that the logo image ends up in the right directory
...
...
Utilities/Doxygen/doxygen.config.in
View file @
47fbcf8e
...
...
@@ -1099,7 +1099,7 @@ HTML_EXTRA_STYLESHEET = "@OTB_SOURCE_DIR@/Utilities/Doxygen/DoxygenStyle.css"
# files will be copied as-is; there are no commands or markers available.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_FILES =
HTML_EXTRA_FILES =
"@OTB_SOURCE_DIR@/Utilities/Doxygen/favicon.ico"
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the stylesheet and background images according to
...
...
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