docs: Move security documentation to guestfs-security(1).

This commit is contained in:
Richard W.M. Jones
2015-10-29 14:04:57 +00:00
parent 74fba6e692
commit 15b8b6453d
7 changed files with 364 additions and 321 deletions

View File

@@ -24,6 +24,7 @@ EXTRA_DIST = \
guestfs-performance.pod \
guestfs-recipes.pod \
guestfs-release-notes.pod \
guestfs-security.pod \
guestfs-testing.pod \
README
@@ -34,6 +35,7 @@ CLEANFILES = \
stamp-guestfs-performance.pod \
stamp-guestfs-recipes.pod \
stamp-guestfs-release-notes.pod \
stamp-guestfs-security.pod \
stamp-guestfs-testing.pod
man_MANS = \
@@ -43,6 +45,7 @@ man_MANS = \
guestfs-performance.1 \
guestfs-recipes.1 \
guestfs-release-notes.1 \
guestfs-security.1 \
guestfs-testing.1
noinst_DATA = \
$(top_builddir)/html/guestfs-faq.1.html \
@@ -51,6 +54,7 @@ noinst_DATA = \
$(top_builddir)/html/guestfs-performance.1.html \
$(top_builddir)/html/guestfs-recipes.1.html \
$(top_builddir)/html/guestfs-release-notes.1.html \
$(top_builddir)/html/guestfs-security.1.html \
$(top_builddir)/html/guestfs-testing.1.html
guestfs-faq.1 $(top_builddir)/html/guestfs-faq.1.html: stamp-guestfs-faq.pod
@@ -119,6 +123,17 @@ stamp-guestfs-release-notes.pod: guestfs-release-notes.pod
$<
touch $@
guestfs-security.1 $(top_builddir)/html/guestfs-security.1.html: stamp-guestfs-security.pod
stamp-guestfs-security.pod: guestfs-security.pod
$(PODWRAPPER) \
--section 1 \
--man guestfs-security.1 \
--html $(top_builddir)/html/guestfs-security.1.html \
--license LGPLv2+ \
$<
touch $@
guestfs-testing.1 $(top_builddir)/html/guestfs-testing.1.html: stamp-guestfs-testing.pod
stamp-guestfs-testing.pod: guestfs-testing.pod