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
087d5268
Commit
087d5268
authored
Jul 26, 2016
by
Guillaume Pasero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DOC: automatic use of OTB version
parent
8415a277
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
3 deletions
+6
-3
Documentation/SoftwareGuide/CMakeLists.txt
Documentation/SoftwareGuide/CMakeLists.txt
+1
-0
Documentation/SoftwareGuide/Latex/FAQ.tex
Documentation/SoftwareGuide/Latex/FAQ.tex
+1
-1
Documentation/SoftwareGuide/Latex/OTB-FAQ.tex
Documentation/SoftwareGuide/Latex/OTB-FAQ.tex
+1
-1
Documentation/SoftwareGuide/Latex/SoftwareGuide.tex
Documentation/SoftwareGuide/Latex/SoftwareGuide.tex
+1
-1
Documentation/SoftwareGuide/SoftwareGuideConfiguration.tex.in
...mentation/SoftwareGuide/SoftwareGuideConfiguration.tex.in
+2
-0
No files found.
Documentation/SoftwareGuide/CMakeLists.txt
View file @
087d5268
...
...
@@ -52,6 +52,7 @@ IF( NOT OTB_SOURCE_DIR )
MESSAGE
(
FATAL_ERROR
"OTB source directory is not set. Please add OTB_SOURCE_DIR to your cmake cache."
)
ENDIF
(
NOT OTB_SOURCE_DIR
)
set
(
OTB_VERSION_STRING_FULL
"
${
OTB_VERSION_MAJOR
}
.
${
OTB_VERSION_MINOR
}
.
${
OTB_VERSION_PATCH
}
"
)
#OPTION(GENERATE_MONTEVERDI_DOC "Generate Monteverdi user guide as well" OFF)
...
...
Documentation/SoftwareGuide/Latex/FAQ.tex
View file @
087d5268
...
...
@@ -330,7 +330,7 @@ OTB's version numbers have 3 digits. The first one is for major
versions, the second one is for minor versions and the last one is for
bugfixes.
The first version was 1.0.0 in July 2006.The current one is
5.5.0
.
The first version was 1.0.0 in July 2006.The current one is
\otbversion
.
\subsubsection
{
What is a major version?
}
A major version of the library implies the addition of high-level
...
...
Documentation/SoftwareGuide/Latex/OTB-FAQ.tex
View file @
087d5268
...
...
@@ -44,7 +44,7 @@
\title
{
ORFEO Toolbox (OTB) Frequently Asked Questions (FAQ).
\\
Updated
for OTB-
5.5.0
}
for OTB-
\otbversion
}
\author
{
OTB Development Team
}
...
...
Documentation/SoftwareGuide/Latex/SoftwareGuide.tex
View file @
087d5268
...
...
@@ -133,7 +133,7 @@ colorlinks,linkcolor={blue},citecolor={blue},urlcolor={blue},
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title
{
The ORFEO Tool Box Software Guide
\\
Updated
for OTB-
5.5.0
}
for OTB-
\otbversion
}
\author
{
OTB Development Team
}
...
...
Documentation/SoftwareGuide/SoftwareGuideConfiguration.tex.in
View file @
087d5268
...
...
@@ -21,3 +21,5 @@
% Define command for the standard comment introducing classes with similar functionalities
\newcommand{\relatedClasses}{
\textbf{The following classes provide similar functionality:}}
\newcommand{\otbversion}{@OTB_VERSION_STRING_FULL@}
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