Added framework for 'virt-df' command.
[libguestfs.git] / Makefile.am
index 53e0910..fe960b7 100644 (file)
@@ -41,6 +41,12 @@ endif
 if HAVE_INSPECTOR
 SUBDIRS += inspector
 endif
+if HAVE_V2V
+SUBDIRS += v2v
+endif
+if HAVE_DF
+SUBDIRS += df
+endif
 
 EXTRA_DIST = \
        config.rpath \
@@ -61,13 +67,14 @@ EXTRA_DIST = \
        contrib/febootstrap/install.title \
        contrib/febootstrap/install.html \
        contrib/febootstrap/install.sh \
-       bindtests
+       bindtests \
+       libguestfs.3
 
 # Manual pages.
 # guestfs-actions.pod and guestfs-structs are autogenerated.  There is
 # no include mechanism for POD, so we have to do it by hand.
 
-man_MANS = guestfs.3 guestfish.1
+man_MANS = guestfs.3 libguestfs.3 guestfish.1
 
 guestfs.3: guestfs.pod guestfs-actions.pod guestfs-structs.pod
        sed \
@@ -122,13 +129,15 @@ html/recipes.html: $(wildcard recipes/*.sh) $(wildcard recipes/*.html) $(wildcar
        mv $@-t $@
 
 HTMLFILES = html/guestfs.3.html html/guestfish.1.html \
+       html/virt-df.1.html \
        html/virt-inspector.1.html \
+       html/virt-v2v.1.html \
        html/recipes.html \
        html/pod.css html/recipes.css
 
 TEXTFILES = README TODO HACKING
 
-WEBSITEDIR = $(HOME)/d/redhat/et-website/libguestfs
+WEBSITEDIR = $(HOME)/d/redhat/websites/libguestfs
 
 website: $(HTMLFILES) $(TEXTFILES)
        cp $(HTMLFILES) $(WEBSITEDIR)