X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=3ed781583fd045cfefbbe1b4d030f5807ec7de12;hp=df34d38bcd5b2579463a3aac909939ff77bf1a15;hb=fb0375a0984efca96db1277398f9fe50ecdd578d;hpb=ef044690c54deb597bfe706cb88849dda5ebe8fc diff --git a/Makefile.am b/Makefile.am index df34d38..3ed7815 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,10 @@ 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-rescue.1.html \ + html/virt-resize.1.html \ html/virt-tar.1.html \ html/virt-win-reg.1.html \ html/recipes.html \ @@ -168,8 +167,10 @@ 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-rescue' -o \ + -name 'virt-resize' -o \ -name 'virt-tar' -o \ -name 'virt-win-reg' | \ grep -v '^perl/blib/' | \