diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-05-18 21:11:47 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-05-18 21:11:47 +0100 |
commit | b646886d1aa244a32f37b19b7fb7921176d29fcd (patch) | |
tree | dda8813b7fe857251a87d72a60d68c922b0025e9 | |
parent | f2c7df589c7e161f33b46d05a943b5489dc2cffe (diff) | |
download | libguestfs-b646886d1aa244a32f37b19b7fb7921176d29fcd.tar.gz libguestfs-b646886d1aa244a32f37b19b7fb7921176d29fcd.tar.xz libguestfs-b646886d1aa244a32f37b19b7fb7921176d29fcd.zip |
build: Install guestfs-recipes.1.html on website.
This updates commit f2c7df589c7e161f33b46d05a943b5489dc2cffe.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 523cd7b8..c97917d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -132,6 +132,7 @@ HTMLFILES = \ html/guestfs-ocaml.3.html \ html/guestfs-perl.3.html \ html/guestfs-python.3.html \ + html/guestfs-recipes.1.html \ html/guestfs-ruby.3.html \ html/guestfish.1.html \ html/guestmount.1.html \ |