From fba189ba481822a32195e6c0544cdf8d051a1b55 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 12 Nov 2006 19:29:43 +0000 Subject: [PATCH] * Added a "make upload" rule for releases. --- Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile.am b/Makefile.am index 3e31044..81703e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,3 +8,11 @@ AUTOMAKE_OPTIONS = dist-bzip2 bin_SCRIPTS = caca-config +webhost = poulet.zoy.org +webdir = /srv/libcaca.zoy.org/var/www/ + +upload: doc/html FORCE + scp $(distdir).tar.gz $(webhost):$(webdir)/files/ + scp -r doc/html/* $(webhost):$(webdir)/manual/ + +FORCE: