From 2eb01004bf4b2918139f36107e0a671aa7a87a19 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 30 Oct 2015 22:49:50 +0000 Subject: [PATCH] website: Copy guestfs-hacking, guestfs-internals, guestfs-security to website. Make sure the three new man pages are copied over to the website. This updates commit d07515b947c152fb311f9bef2f8238da1cca38e8 and commit 74fba6e6924cb25404921ca63345388aeaa659c5 and commit 15b8b6453dbeaca0283e68ff433191c8211d5f92. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index a88b27a16..49e707665 100644 --- a/Makefile.am +++ b/Makefile.am @@ -235,9 +235,12 @@ HTMLFILES = \ html/guestfs.3.html \ html/guestfs-examples.3.html \ html/guestfs-faq.1.html \ + html/guestfs-hacking.1.html \ + html/guestfs-internals.1.html \ html/guestfs-performance.1.html \ html/guestfs-recipes.1.html \ html/guestfs-release-notes.1.html \ + html/guestfs-security.1.html \ html/guestfs-testing.1.html \ html/guestfsd.8.html \ html/guestfish.1.html \