[libvirt] [PATCH] docs: More html/docs changes from libvirt.h.in split

John Ferlan jferlan at redhat.com
Wed Dec 3 21:19:33 UTC 2014


This changes the display from:

libvirt-storage: APIs for management of storages

to

libvirt-storage: APIs for management of storage pools and volumes

In making that change I expected my build tree html output to be
regenerated; however, it wasn't because the dependency for the separated
libvirt-storage.h wasn't there.  It was only present for libvirt.h.in

So I added each in the order displayed on the docs/html/index.html page

Signed-off-by: John Ferlan <jferlan at redhat.com>
---
 docs/Makefile.am                  | 11 +++++++++++
 include/libvirt/libvirt-storage.h |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/docs/Makefile.am b/docs/Makefile.am
index bb52c35..d624827 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -291,6 +291,17 @@ $(python_generated_files): $(APIBUILD_STAMP)
 
 $(APIBUILD_STAMP): $(srcdir)/apibuild.py \
 		$(srcdir)/../include/libvirt/libvirt.h.in \
+		$(srcdir)/../include/libvirt/libvirt-domain-snapshot.h \
+		$(srcdir)/../include/libvirt/libvirt-domain.h \
+		$(srcdir)/../include/libvirt/libvirt-event.h \
+		$(srcdir)/../include/libvirt/libvirt-host.h \
+		$(srcdir)/../include/libvirt/libvirt-interface.h \
+		$(srcdir)/../include/libvirt/libvirt-network.h \
+		$(srcdir)/../include/libvirt/libvirt-nodedev.h \
+		$(srcdir)/../include/libvirt/libvirt-nwfilter.h \
+		$(srcdir)/../include/libvirt/libvirt-secret.h \
+		$(srcdir)/../include/libvirt/libvirt-storage.h \
+		$(srcdir)/../include/libvirt/libvirt-stream.h \
 		$(srcdir)/../include/libvirt/libvirt-lxc.h \
 		$(srcdir)/../include/libvirt/libvirt-qemu.h \
 		$(srcdir)/../include/libvirt/virterror.h \
diff --git a/include/libvirt/libvirt-storage.h b/include/libvirt/libvirt-storage.h
index 7b2a72d..1f3087b 100644
--- a/include/libvirt/libvirt-storage.h
+++ b/include/libvirt/libvirt-storage.h
@@ -1,7 +1,7 @@
 /*
  * libvirt-storage.h
- * Summary: APIs for management of storages
- * Description: Provides APIs for the management of storages
+ * Summary: APIs for management of storage pools and volumes
+ * Description: Provides APIs for the management of storage pools and volumes
  * Author: Daniel Veillard <veillard at redhat.com>
  *
  * Copyright (C) 2006-2014 Red Hat, Inc.
-- 
1.9.3




More information about the libvir-list mailing list