X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=c1fc85d6fde6734ef5bb5f60eac93be499d53e5c;hp=2c7574a484558a60dffef7790f39f4d0049985c3;hb=1ea1e536346f59fa63fdd33639ffc297282bfc37;hpb=ed83d770252dda356bc9f8ad19149ada5e8708a5 diff --git a/Makefile.am b/Makefile.am index 2c7574a..c1fc85d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ include $(top_srcdir)/subdir-rules.mk ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = gnulib/lib hivex src daemon appliance fish po examples images \ +SUBDIRS = gnulib/lib src daemon appliance fish po examples images \ gnulib/tests capitests regressions test-tool # NB: Must build inspector directory after perl and before ocaml. @@ -69,7 +69,9 @@ EXTRA_DIST = \ html/recipes.css \ make-recipes.sh \ contrib/README \ - bindtests + bindtests \ + .gitignore \ + m4/.gitignore # HTML versions of manual pages. @@ -116,10 +118,6 @@ HTMLFILES = \ html/guestfs.3.html \ html/guestfish.1.html \ html/guestmount.1.html \ - html/hivex.3.html \ - html/hivexget.1.html \ - html/hivexml.1.html \ - html/hivexsh.1.html \ html/virt-cat.1.html \ html/virt-df.1.html \ html/virt-edit.1.html \