OSDN Git Service

move into Makefile
authortsutsumi <>
Fri, 24 Oct 2003 20:05:56 +0000 (20:05 +0000)
committertsutsumi <>
Fri, 24 Oct 2003 20:05:56 +0000 (20:05 +0000)
uploadhp.sh [deleted file]

diff --git a/uploadhp.sh b/uploadhp.sh
deleted file mode 100644 (file)
index cb0d316..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -x
-tar czf /tmp/html.tar.gz -C doc/html .
-tar czf /tmp/jahtml.tar.gz -C doc/ja/html .
-scp /tmp/html.tar.gz tsutsumi@shell.sourceforge.jp:html.tar.gz
-scp /tmp/jahtml.tar.gz tsutsumi@shell.sourceforge.jp:jahtml.tar.gz
-ssh tsutsumi@shell.sourceforge.jp 'rm -fr /home/groups/c/cc/ccunit/htdocs/* ; tar xzf html.tar.gz -C /home/groups/c/cc/ccunit/htdocs; mkdir -p /home/groups/c/cc/ccunit/htdocs/ja; tar xzf jahtml.tar.gz -C /home/groups/c/cc/ccunit/htdocs/ja'
-rm /tmp/html.tar.gz /tmp/jahtml.tar.gz