Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qemu-bcm283x-emu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thomas Fjellstrom
qemu-bcm283x-emu
Commits
44cb280d
Commit
44cb280d
authored
Jun 06, 2017
by
Paolo Bonzini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qemu-doc: include version number
Signed-off-by:
Paolo Bonzini
<
pbonzini@redhat.com
>
parent
d59157ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
14 deletions
+8
-14
Makefile
Makefile
+5
-12
qemu-doc.texi
qemu-doc.texi
+3
-2
No files found.
Makefile
View file @
44cb280d
...
...
@@ -669,33 +669,26 @@ ui/console-gl.o: $(SRC_PATH)/ui/console-gl.c \
MAKEINFO
=
makeinfo
MAKEINFOINCLUDES
=
-I
docs
-I
$
(
<D
)
-I
$
(
@D
)
MAKEINFOFLAGS
=
--no-split
--number-sections
$(MAKEINFOINCLUDES)
TEXI2PODFLAGS
=
$(MAKEINFOINCLUDES)
TEXI2PODFLAGS
=
$(MAKEINFOINCLUDES)
"-DVERSION=
$(VERSION)
"
TEXI2PDFFLAGS
=
$
(
if
$(V)
,,--quiet
)
-I
$(SRC_PATH)
$(MAKEINFOINCLUDES)
docs/version.texi
:
$(SRC_PATH)/VERSION
$
(
call quiet-command,echo
"@set VERSION
$(VERSION)
"
>
$@
,
"GEN"
,
"
$@
"
)
%.html
:
%.texi
%.html
:
%.texi
docs/version.texi
$
(
call quiet-command,LC_ALL
=
C
$(MAKEINFO)
$(MAKEINFOFLAGS)
--no-headers
\
--html
$<
-o
$@
,
"GEN"
,
"
$@
"
)
%.info
:
%.texi
%.info
:
%.texi
docs/version.texi
$
(
call quiet-command,
$(MAKEINFO)
$(MAKEINFOFLAGS)
$<
-o
$@
,
"GEN"
,
"
$@
"
)
%.txt
:
%.texi
%.txt
:
%.texi
docs/version.texi
$
(
call quiet-command,LC_ALL
=
C
$(MAKEINFO)
$(MAKEINFOFLAGS)
--no-headers
\
--plaintext
$<
-o
$@
,
"GEN"
,
"
$@
"
)
%.pdf
:
%.texi
%.pdf
:
%.texi
docs/version.texi
$
(
call quiet-command,texi2pdf
$(TEXI2PDFFLAGS)
$<
-o
$@
,
"GEN"
,
"
$@
"
)
docs/interop/qemu-ga-ref.html
docs/interop/qemu-ga-ref.info
\
docs/interop/qemu-ga-ref.txt
docs/interop/qemu-ga-ref.pdf
\
docs/interop/qemu-ga-ref.7.pod
:
docs/version.texi
docs/interop/qemu-qmp-ref.html
docs/interop/qemu-qmp-ref.info
\
docs/interop/qemu-qmp-ref.txt
docs/interop/qemu-qmp-ref.pdf
\
docs/interop/qemu-qmp-ref.pod
:
docs/version.texi
qemu-options.texi
:
$(SRC_PATH)/qemu-options.hx $(SRC_PATH)/scripts/hxtool
$
(
call quiet-command,sh
$(SRC_PATH)
/scripts/hxtool
-t
<
$<
>
$@
,
"GEN"
,
"
$@
"
)
...
...
qemu-doc.texi
View file @
44cb280d
\input
texinfo @c -*- texinfo -*-
@c
%**start of header
@setfilename qemu-doc.info
@include version.texi
@documentlanguage en
@documentencoding UTF-8
@settitle QEMU
Emulator
User Documentation
@settitle QEMU
version @value
{
VERSION
}
User Documentation
@exampleindent 0
@paragraphindent 0
@c
%**end of header
...
...
@@ -19,7 +20,7 @@
@iftex
@titlepage
@sp 7
@center @titlefont
{
QEMU
Emulator
}
@center @titlefont
{
QEMU
version @value
{
VERSION
}
}
@sp 1
@center @titlefont
{
User Documentation
}
@sp 3
...
...
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