summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-10-29 20:35:59 +0000
committerRichard Jones <rjones@redhat.com>2009-10-29 20:35:59 +0000
commit6600c275b2a845c3dc26ee97708abd04dd3c5c5c (patch)
tree49b0ceb305cafaa2c1a8223e0d3f67dca40a7c05 /Makefile.am
parent2ec5ff5d3436989882d4284690606989e71cef96 (diff)
downloadlibguestfs-6600c275b2a845c3dc26ee97708abd04dd3c5c5c.tar.gz
libguestfs-6600c275b2a845c3dc26ee97708abd04dd3c5c5c.tar.xz
libguestfs-6600c275b2a845c3dc26ee97708abd04dd3c5c5c.zip
Add hivex* documentation to website.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 91a2f2e4..0b905ca1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -131,7 +131,12 @@ html/recipes.html: $(wildcard recipes/*.sh) $(wildcard recipes/*.html) $(wildcar
sh make-recipes.sh recipes/*.sh > $@-t
mv $@-t $@
-HTMLFILES = html/guestfs.3.html html/guestfish.1.html \
+HTMLFILES = \
+ html/guestfs.3.html \
+ html/guestfish.1.html \
+ html/hivex.3.html \
+ html/hivexget.1.html \
+ html/hivexml.1.html \
html/virt-cat.1.html \
html/virt-df.1.html \
html/virt-edit.1.html \