X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=44fc8933b7a3d7b07f900b0494d0c22e81b6e516;hp=df34d38bcd5b2579463a3aac909939ff77bf1a15;hb=c53e64a156526adcb9937f63756f17f585f202d3;hpb=ef044690c54deb597bfe706cb88849dda5ebe8fc diff --git a/Makefile.am b/Makefile.am index df34d38..44fc893 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,9 +31,6 @@ endif SUBDIRS += fish po examples images SUBDIRS += gnulib/tests capitests regressions test-tool -# NB: Must build inspector directory after perl and before ocaml. -# We could relax this if we combined the inspector_generator with -# the ordinary generator, but that brings other problems. if HAVE_PERL SUBDIRS += perl endif @@ -132,8 +129,11 @@ HTMLFILES = \ html/virt-edit.1.html \ html/virt-inspector.1.html \ html/virt-list-filesystems.1.html \ + html/virt-list-partitions.1.html \ html/virt-ls.1.html \ + html/virt-make-fs.1.html \ html/virt-rescue.1.html \ + html/virt-resize.1.html \ html/virt-tar.1.html \ html/virt-win-reg.1.html \ html/recipes.html \ @@ -168,8 +168,11 @@ all-local: -name 'virt-edit' -o \ -name 'virt-inspector' -o \ -name 'virt-list-filesystems' -o \ + -name 'virt-list-partitions' -o \ -name 'virt-ls' -o \ + -name 'virt-make-fs' -o \ -name 'virt-rescue' -o \ + -name 'virt-resize' -o \ -name 'virt-tar' -o \ -name 'virt-win-reg' | \ grep -v '^perl/blib/' | \