Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
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
Container Registry
Model registry
Operate
Environments
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
Gepetto
robotpkg-wip
Commits
a8eefa5f
Commit
a8eefa5f
authored
10 years ago
by
Charles Lesire
Browse files
Options
Downloads
Patches
Plain Diff
Add docbook system depend
parent
a41da13e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sysdep/docbook.mk
+23
-0
23 additions, 0 deletions
sysdep/docbook.mk
with
23 additions
and
0 deletions
sysdep/docbook.mk
0 → 100644
+
23
−
0
View file @
a8eefa5f
DEPEND_DEPTH
:=
${
DEPEND_DEPTH
}
+
DOCBOOK_DEPEND_MK
:=
${
DOCBOOK_DEPEND_MK
}
+
ifeq
(+,$(DEPEND_DEPTH))
DEPEND_PKG
+=
docbook
endif
ifeq
(+,$(DOCBOOK_DEPEND_MK))
# ---------------------------------------------
PREFER.docbook
?=
system
DEPEND_USE
+=
docbook
DEPEND_ABI.docbook
?=
docbook>
=
0.6
SYSTEM_SEARCH.docbook
=
\
bin/docbook2pdf
SYSTEM_PKG.Ubuntu.docbook
=
docbook-utils
SYSTEM_PKG.Debian.docbook
=
docbook-utils
endif
# DOCBOOK_DEPEND_MK ---------------------------------------------------
DEPEND_DEPTH
:=
${
DEPEND_DEPTH:+
=
}
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