summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2007-11-14 14:45:09 +0000
committerRichard W.M. Jones <rjones@redhat.com>2007-11-14 14:45:09 +0000
commit5c8c3d427bfc727a1eb32fe09edde1b6489f4efd (patch)
tree6306cc1f585ee6b07458208e73efce2559e7eb5d /Makefile.in
parent2697bad472a9c1c852ed3ca26aa2084ea5b83072 (diff)
downloadvirt-top-5c8c3d427bfc727a1eb32fe09edde1b6489f4efd.tar.gz
virt-top-5c8c3d427bfc727a1eb32fe09edde1b6489f4efd.tar.xz
virt-top-5c8c3d427bfc727a1eb32fe09edde1b6489f4efd.zip
Version 0.3.3.2.
- New website is http://libvirt.org/ocaml/
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in19
1 files changed, 15 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 9810b0b..1db3843 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -112,16 +112,27 @@ release: configure
release_stage_2: clean all opt doc dist
$(MAKE) release_stage_3
-WEBSITE = ../redhat/et-website
+WEBSITE = ../redhat/websites
release_stage_3:
rm -f $(WEBSITE)/ocaml-libvirt/html/*.{html,css}
cp html/*.{html,css} $(WEBSITE)/ocaml-libvirt/html/
- cp $(PACKAGE)-$(VERSION).tar.gz $(WEBSITE)/ocaml-libvirt/
cp README $(WEBSITE)/ocaml-libvirt/README.txt
cp ChangeLog $(WEBSITE)/ocaml-libvirt/ChangeLog.txt
- cp virt-top/virt-top.txt $(WEBSITE)/virt-top/
- cp ChangeLog $(WEBSITE)/virt-top/ChangeLog.txt
+# cp virt-top/virt-top.txt $(WEBSITE)/virt-top/
+# cp ChangeLog $(WEBSITE)/virt-top/ChangeLog.txt
+
+# Upload to main website.
+
+upload:
+ cd $(WEBSITE)/ocaml-libvirt && \
+ scp ChangeLog.txt index.html README.txt Screenshot*.png \
+ libvirt.org:/data/www/libvirt.org/ocaml && \
+ scp css/*.css \
+ libvirt.org:/data/www/libvirt.org/ocaml/css/ && \
+ scp html/*.html html/*.css \
+ libvirt.org:/data/www/libvirt.org/ocaml/html/
+ scp $(PACKAGE)-$(VERSION).tar.gz libvirt.org:/data/ftp/libvirt/ocaml/
force: