summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2007-05-23 17:00:11 +0000
committerAlain Frisch <alain@frisch.fr>2007-05-23 17:00:11 +0000
commit5184406aae6b5bd56cb5db578841b3302106cd7f (patch)
treefc00201d034fd7d33f20bd04bf310ecb0162c39a
parenta4ce8102b0ced5032e7e727b1076fe454d85e0c0 (diff)
downloadocaml-5184406aae6b5bd56cb5db578841b3302106cd7f.tar.gz
*** empty log message ***
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/cducetrunk@8265 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fcca90d1bc..9005d767c4 100644
--- a/Makefile
+++ b/Makefile
@@ -529,3 +529,6 @@ package: clean
tar czf ocamlduce-$(VERSION).tar.gz \
--exclude CVS --exclude ".#*" ocamlduce-$(VERSION)
rm -Rf ocamlduce-$(VERSION)
+
+upload:
+ scp ocamlduce-$(VERSION).tar.gz yquem.inria.fr:public_html/ocamlduce/download/ \ No newline at end of file