X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=0b905ca18dfa0e8a1ced1703282b9683e318f79f;hp=91a2f2e40a65c976df047b7d7f3126b12c05522a;hb=6600c275b2a845c3dc26ee97708abd04dd3c5c5c;hpb=2ec5ff5d3436989882d4284690606989e71cef96 diff --git a/Makefile.am b/Makefile.am index 91a2f2e..0b905ca 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 \