mirror of https://gitee.com/openkylin/libvirt.git
Add virsh.pod to EXTRA_DIST
* docs/Makefile.am: Add virsh.pod to EXTRA_DIST.
This commit is contained in:
parent
ed8a6d6a10
commit
a2c0fa5f5b
|
@ -1,3 +1,8 @@
|
|||
Wed Apr 9 16:08:00 BST 2008 Richard W.M. Jones <rjones@redhat.com>
|
||||
|
||||
Add virsh.pod to EXTRA_DIST
|
||||
* docs/Makefile.am: Add virsh.pod to EXTRA_DIST.
|
||||
|
||||
Wed Apr 9 15:00:00 BST 2008 Richard W.M. Jones <rjones@redhat.com>
|
||||
|
||||
Core code contains Xen-ism UUID of dom0 = 0..0
|
||||
|
|
|
@ -61,7 +61,8 @@ EXTRA_DIST= \
|
|||
libvirt-api.xml libvirt-refs.xml apibuild.py \
|
||||
site.xsl newapi.xsl news.xsl \
|
||||
$(dot_html) $(gif) html \
|
||||
$(xml) $(rng)
|
||||
$(xml) $(rng) \
|
||||
virsh.pod
|
||||
|
||||
all: web $(top_builddir)/NEWS $(man_MANS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue