docs: Move architecture and internals documentation to guestfs-internals(1).

This commit is contained in:
Richard W.M. Jones
2015-10-29 14:04:57 +00:00
parent d07515b947
commit 74fba6e692
9 changed files with 444 additions and 399 deletions

View File

@@ -20,6 +20,7 @@ include $(top_srcdir)/subdir-rules.mk
EXTRA_DIST = \
guestfs-faq.pod \
guestfs-hacking.pod \
guestfs-internals.pod \
guestfs-performance.pod \
guestfs-recipes.pod \
guestfs-release-notes.pod \
@@ -29,6 +30,7 @@ EXTRA_DIST = \
CLEANFILES = \
stamp-guestfs-faq.pod \
stamp-guestfs-hacking.pod \
stamp-guestfs-internals.pod \
stamp-guestfs-performance.pod \
stamp-guestfs-recipes.pod \
stamp-guestfs-release-notes.pod \
@@ -37,6 +39,7 @@ CLEANFILES = \
man_MANS = \
guestfs-faq.1 \
guestfs-hacking.1 \
guestfs-internals.1 \
guestfs-performance.1 \
guestfs-recipes.1 \
guestfs-release-notes.1 \
@@ -44,6 +47,7 @@ man_MANS = \
noinst_DATA = \
$(top_builddir)/html/guestfs-faq.1.html \
$(top_builddir)/html/guestfs-hacking.1.html \
$(top_builddir)/html/guestfs-internals.1.html \
$(top_builddir)/html/guestfs-performance.1.html \
$(top_builddir)/html/guestfs-recipes.1.html \
$(top_builddir)/html/guestfs-release-notes.1.html \
@@ -71,6 +75,17 @@ stamp-guestfs-hacking.pod: guestfs-hacking.pod
$<
touch $@
guestfs-internals.1 $(top_builddir)/html/guestfs-internals.1.html: stamp-guestfs-internals.pod
stamp-guestfs-internals.pod: guestfs-internals.pod
$(PODWRAPPER) \
--section 1 \
--man guestfs-internals.1 \
--html $(top_builddir)/html/guestfs-internals.1.html \
--license LGPLv2+ \
$<
touch $@
guestfs-performance.1 $(top_builddir)/html/guestfs-performance.1.html: stamp-guestfs-performance.pod
stamp-guestfs-performance.pod: guestfs-performance.pod