mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
docs: Move architecture and internals documentation to guestfs-internals(1).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user