Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
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
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Timo Koch
dune-common
Commits
99d9de3d
Commit
99d9de3d
authored
13 years ago
by
Christian Engwer
Browse files
Options
Downloads
Patches
Plain Diff
revert some of the changes in the dune.module description
[[Imported from SVN: r6585]]
parent
4853e8a5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/buildsystem/buildsystem.tex
+5
-9
5 additions, 9 deletions
doc/buildsystem/buildsystem.tex
with
5 additions
and
9 deletions
doc/buildsystem/buildsystem.tex
+
5
−
9
View file @
99d9de3d
...
...
@@ -1333,23 +1333,19 @@ The parameter section will be parsed by \dunecontrol will effect
i.e. the order in which the modules are built. The parameters and
their values are separated by colon. Possible parameters are
\begin{itemize}
\item
\texttt
{
Module
}
{
\em
(
required)
}
is the name of the module. The
\item
\texttt
{
Module
}
(
\em
required
\em
) is the name of the module. The
name is of the form
\texttt
{
[a-zA-Z0-9
\_
-]+
}
.
\item
\texttt
{
Version
}
{
\em
(
optional)
}
is the module's version.
\item
\texttt
{
Maintainer
}
{
\em
(
optional)
}
is the email address of the
\item
\texttt
{
Version
}
(
\em
optional
\em
) is the module's version.
\item
\texttt
{
Maintainer
}
(
\em
optional
\em
) is the email address of the
module's maintainer.
\item
\texttt
{
Depends
}
{
\em
(
required)
}
takes a space separated list
\item
\texttt
{
Depends
}
(
\em
required
\em
) takes a space separated list
of required modules. This module is not functional without these
other modules. Checks whether the demanded version of the required
modules is provided.
\item
\texttt
{
Suggests
}
{
\em
(
optional)
}
takes a space separated list
\item
\texttt
{
Suggests
}
(
\em
optional
\em
) takes a space separated list
of optional modules. This module is functional without these
other modules, but can offer further functionality if one or more of
the suggested modules are found.
\item
\texttt
{
Extra-Suggests
}
{
\em
(optional)
}
takes a space separated
list of optional external modules which do not use
\dunecontrol
. These
are only for users to mention recommended suggestions and have
informational meaning only.
\end{itemize}
The command section lets you overload the default implementation
...
...
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