Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Julien Cabieces
otb
Commits
47fbcf8e
Commit
47fbcf8e
authored
10 years ago
by
Guillaume Pasero
Browse files
Options
Downloads
Patches
Plain Diff
BUG: fix doxygen archive
parent
55a1f81b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Utilities/Doxygen/CMakeLists.txt
+12
-4
12 additions, 4 deletions
Utilities/Doxygen/CMakeLists.txt
Utilities/Doxygen/doxygen.config.in
+1
-1
1 addition, 1 deletion
Utilities/Doxygen/doxygen.config.in
with
13 additions
and
5 deletions
Utilities/Doxygen/CMakeLists.txt
+
12
−
4
View file @
47fbcf8e
...
@@ -146,15 +146,23 @@ if (BUILD_DOCUMENTATION)
...
@@ -146,15 +146,23 @@ if (BUILD_DOCUMENTATION)
# DEPENDS "${OTB_SOURCE_DIR}/Examples" "${OTB_SOURCE_DIR}/Utilities/Doxygen/GenerateExamplesDox.cmake"
# 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
${
DOXYGEN_EXECUTABLE
}
${
OTB_BINARY_DIR
}
/Utilities/Doxygen/doxygen.config
COMMAND
${
CMAKE_COMMAND
}
-E
tar cjf
#
COMMAND ${CMAKE_COMMAND} -E
copy
${
OTB_
BINARY_DIR
}
/Documentation/Doxygen/OTB-Doxygen-
${
OTB_VERSION_MAJOR
}
.
${
OTB_VERSION_MINOR
}
.tar.bz2
#
${OTB_
SOURCE_DIR}/Utilities/Doxygen/favicon.ico
${
OTB_BINARY_DIR
}
/Documentation/Doxygen/html
#
${OTB_BINARY_DIR}/Documentation/Doxygen/html
DEPENDS
${
OTB_BINARY_DIR
}
/Utilities/Doxygen/otbdoxygen.pl
DEPENDS
${
OTB_BINARY_DIR
}
/Utilities/Doxygen/otbdoxygen.pl
# DEPENDS ${OTB_BINARY_DIR}/Documentation/Doxygen/Examples.dox
# DEPENDS ${OTB_BINARY_DIR}/Documentation/Doxygen/Examples.dox
WORKING_DIRECTORY
${
OTB_BINARY_DIR
}
/Utilities/Doxygen
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.
# Somehow the logo image is not copied into the html folder.
# Here we ensure that the logo image ends up in the right directory
# Here we ensure that the logo image ends up in the right directory
...
...
This diff is collapsed.
Click to expand it.
Utilities/Doxygen/doxygen.config.in
+
1
−
1
View file @
47fbcf8e
...
@@ -1099,7 +1099,7 @@ HTML_EXTRA_STYLESHEET = "@OTB_SOURCE_DIR@/Utilities/Doxygen/DoxygenStyle.css"
...
@@ -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.
# 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.
# 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
# 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
# will adjust the colors in the stylesheet and background images according to
...
...
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