diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-28 17:37:59 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-28 17:37:59 +0100 |
commit | 1957e9ed3402120f4868dcea04abb51ceb44df30 (patch) | |
tree | 7a8d26dbec90e0b99fad7e12a18d70d962d16745 /Makefile.am | |
parent | fd99b96c973a1a60060b2585a9b74b360f4738c4 (diff) | |
download | libguestfs-1957e9ed3402120f4868dcea04abb51ceb44df30.tar.gz libguestfs-1957e9ed3402120f4868dcea04abb51ceb44df30.tar.xz libguestfs-1957e9ed3402120f4868dcea04abb51ceb44df30.zip |
Build virt-inspector HTML for the website.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 68934b9f..a65c9d77 100644 --- a/Makefile.am +++ b/Makefile.am @@ -151,7 +151,9 @@ html/recipes.html: $(wildcard recipes/*.sh) $(wildcard recipes/*.html) $(wildcar sh make-recipes.sh recipes/*.sh > $@-t mv $@-t $@ -website: html/guestfs.3.html html/guestfish.1.html html/recipes.html +website: html/guestfs.3.html html/guestfish.1.html \ + html/virt-inspector.1.html \ + html/recipes.html cp $^ html/pod.css html/recipes.css \ $(HOME)/d/redhat/et-website/libguestfs/ |