X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=1cb2299374a687c9c22d5480da5c056962c77680;hp=53e09108029248d3cabbc5f6332a2218d888956f;hb=c95f61b0a2e273c9376fe92c58ef6c4914d4ef17;hpb=dcd8742578a57e0871d6db4797014bbfd854a57b diff --git a/Makefile.am b/Makefile.am index 53e0910..1cb2299 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,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 \ @@ -128,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)