Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
qemu
提交
44cb280d
Q
qemu
项目概览
openeuler
/
qemu
通知
10
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
Q
qemu
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
44cb280d
编写于
6月 06, 2017
作者:
P
Paolo Bonzini
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
qemu-doc: include version number
Signed-off-by:
N
Paolo Bonzini
<
pbonzini@redhat.com
>
上级
d59157ea
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
8 addition
and
14 deletion
+8
-14
Makefile
Makefile
+5
-12
qemu-doc.texi
qemu-doc.texi
+3
-2
未找到文件。
Makefile
浏览文件 @
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
浏览文件 @
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
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录