diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-04-18 16:50:37 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-04-18 16:50:53 +0200 |
commit | c53b59cb2519ac85e06b6de3fa60d5d21ca03a71 (patch) | |
tree | 51a0869d8aac618d2b786ea50b10b46eb638b760 /doc/publish.sh.in | |
parent | 92ac304516c3929a2c3590686375f6d7a1f605c5 (diff) | |
download | libuca-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.in | 8 |
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} |