diff options
author | Richard Jones <rjones@redhat.com> | 2009-06-09 11:20:05 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-06-09 11:20:05 +0100 |
commit | 27161658c897544a58c7d4f87c08f2ee8ce08d43 (patch) | |
tree | a168afddae17acfe3867cf31d0e99e13d6337fdc /Makefile.am | |
parent | 9726fe0b346cefb3e055b3a2f9daf0bf5252267d (diff) | |
download | libguestfs-27161658c897544a58c7d4f87c08f2ee8ce08d43.tar.gz libguestfs-27161658c897544a58c7d4f87c08f2ee8ce08d43.tar.xz libguestfs-27161658c897544a58c7d4f87c08f2ee8ce08d43.zip |
New website, change et.redhat.com references to libguestfs.org1.0.43
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 53e09108..142cf3ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -128,7 +128,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) |