Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
linux
linux-davinci
Commits
7ac94055
Commit
7ac94055
authored
Sep 15, 2009
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DocBook/media: copy also the pictures to the proper place
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
parent
d80bd70f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
Documentation/DocBook/Makefile
Documentation/DocBook/Makefile
+6
-2
No files found.
Documentation/DocBook/Makefile
View file @
7ac94055
...
@@ -32,7 +32,7 @@ PS_METHOD = $(prefer-db2x)
...
@@ -32,7 +32,7 @@ PS_METHOD = $(prefer-db2x)
###
###
# The targets that may be used.
# The targets that may be used.
PHONY
+=
xmldocs sgmldocs psdocs pdfdocs htmldocs mandocs installmandocs cleandocs
PHONY
+=
xmldocs sgmldocs psdocs pdfdocs htmldocs mandocs installmandocs cleandocs
media
BOOKS
:=
$(
addprefix
$(obj)
/,
$(DOCBOOKS)
)
BOOKS
:=
$(
addprefix
$(obj)
/,
$(DOCBOOKS)
)
xmldocs
:
$(BOOKS)
xmldocs
:
$(BOOKS)
...
@@ -45,12 +45,16 @@ PDF := $(patsubst %.xml, %.pdf, $(BOOKS))
...
@@ -45,12 +45,16 @@ PDF := $(patsubst %.xml, %.pdf, $(BOOKS))
pdfdocs
:
$(PDF)
pdfdocs
:
$(PDF)
HTML
:=
$(
sort
$(
patsubst
%.xml, %.html,
$(BOOKS)
))
HTML
:=
$(
sort
$(
patsubst
%.xml, %.html,
$(BOOKS)
))
htmldocs
:
$(HTML)
htmldocs
:
media
$(HTML)
$(
call
build_main_index
)
$(
call
build_main_index
)
MAN
:=
$(
patsubst
%.xml, %.9,
$(BOOKS)
)
MAN
:=
$(
patsubst
%.xml, %.9,
$(BOOKS)
)
mandocs
:
$(MAN)
mandocs
:
$(MAN)
media
:
mkdir
-p
$(srctree)
/Documentation/DocBook/media/
cp
$(srctree)
/Documentation/DocBook/dvb/
*
.png
$(srctree)
/Documentation/DocBook/v4l/
*
.gif
$(srctree)
/Documentation/DocBook/media/
installmandocs
:
mandocs
installmandocs
:
mandocs
mkdir
-p
/usr/local/man/man9/
mkdir
-p
/usr/local/man/man9/
install
Documentation/DocBook/man/
*
.9.gz /usr/local/man/man9/
install
Documentation/DocBook/man/
*
.9.gz /usr/local/man/man9/
...
...
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