X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=1cb2299374a687c9c22d5480da5c056962c77680;hp=9e448139550206c67a2290afd9af459f2346a9bb;hb=6c87a747cae61097915c71f6d505f101579e8c7a;hpb=d5424b938a989ba32e45982521f9cd56d093d163 diff --git a/Makefile.am b/Makefile.am index 9e44813..1cb2299 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,8 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src daemon appliance fish po examples images capitests +SUBDIRS = src daemon appliance fish po examples images \ + capitests regressions if HAVE_OCAML SUBDIRS += ocaml @@ -60,13 +61,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 \ @@ -127,7 +129,7 @@ HTMLFILES = html/guestfs.3.html html/guestfish.1.html \ TEXTFILES = README TODO HACKING -WEBSITEDIR = $(HOME)/d/redhat/et-website/libguestfs +WEBSITEDIR = $(HOME)/d/redhat/websites/libguestfs website: $(HTMLFILES) $(TEXTFILES) cp $(HTMLFILES) $(WEBSITEDIR)