summaryrefslogtreecommitdiffstats
path: root/doc/publish.sh.in
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-04-18 16:50:37 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-04-18 16:50:53 +0200
commitc53b59cb2519ac85e06b6de3fa60d5d21ca03a71 (patch)
tree51a0869d8aac618d2b786ea50b10b46eb638b760 /doc/publish.sh.in
parent92ac304516c3929a2c3590686375f6d7a1f605c5 (diff)
downloadlibuca-c53b59cb2519ac85e06b6de3fa60d5d21ca03a71.tar.gz
libuca-c53b59cb2519ac85e06b6de3fa60d5d21ca03a71.tar.bz2
libuca-c53b59cb2519ac85e06b6de3fa60d5d21ca03a71.tar.xz
libuca-c53b59cb2519ac85e06b6de3fa60d5d21ca03a71.zip
Generate documentation with gtk-doc
Diffstat (limited to 'doc/publish.sh.in')
-rw-r--r--doc/publish.sh.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/publish.sh.in b/doc/publish.sh.in
deleted file mode 100644
index a9acc08..0000000
--- a/doc/publish.sh.in
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-echo -n "user: "
-read -e USER
-echo -n "host (:~/public_html is appended): "
-read -e HOST
-
-scp -vr html/ $USER@$HOST:~/public_html/libuca-${UCA_VERSION_MAJOR}.${UCA_VERSION_MINOR}.${UCA_VERSION_PATCH}