OSDN Git Service

Changed the administrator's user id
authortsntsumi <tsntsumi@users.sourecforge.jp>
Wed, 3 Jul 2013 14:33:57 +0000 (23:33 +0900)
committertsntsumi <tsntsumi@users.sourecforge.jp>
Wed, 3 Jul 2013 14:33:57 +0000 (23:33 +0900)
Makefile.am

index 06a575c..979a45e 100644 (file)
@@ -67,9 +67,9 @@ uploadhp: docs
        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 \
+       scp /tmp/html.tar.gz tsntsumi@shell.sourceforge.jp:html.tar.gz
+       scp /tmp/jahtml.tar.gz tsntsumi@shell.sourceforge.jp:jahtml.tar.gz
+       ssh tsntsumi@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;\