X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=b425ddd5bd89d17de5043f6fd5dd925292c6d2a2;hp=3f276930f97b6e87e7995b29f32ac05a8a5404b6;hb=bdf7a27a790ff26664f91d95239ec33c5467bfeb;hpb=b3595c5553035798b7b33d05c9326f7e8dd55e69 diff --git a/Makefile.am b/Makefile.am index 3f27693..b425ddd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,6 +47,9 @@ endif if HAVE_DF SUBDIRS += df endif +if HAVE_CAT +SUBDIRS += cat +endif EXTRA_DIST = \ config.rpath \ @@ -129,6 +132,7 @@ html/recipes.html: $(wildcard recipes/*.sh) $(wildcard recipes/*.html) $(wildcar mv $@-t $@ HTMLFILES = html/guestfs.3.html html/guestfish.1.html \ + html/virt-cat.1.html \ html/virt-df.1.html \ html/virt-inspector.1.html \ html/virt-v2v.1.html \