X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=fe960b73403d231c247446a01f3d84a5ba8700f2;hp=53e09108029248d3cabbc5f6332a2218d888956f;hb=b48dea6217920ef26e4745a9797c07a21407574f;hpb=dcd8742578a57e0871d6db4797014bbfd854a57b diff --git a/Makefile.am b/Makefile.am index 53e0910..fe960b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)