[X2go-Commits] pyhoca-cli.git - master (branch) updated: 0.1.4.1-3-gcde819a

X2go dev team git-admin at x2go.org
Tue Jul 26 14:28:01 CEST 2011


The branch, master has been updated
       via  cde819a720c1ae037c56e2b2f81d0c19a86ca244 (commit)
      from  efdb5891fcc0086c3f512d95a5fea9ab17c64da2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cde819a720c1ae037c56e2b2f81d0c19a86ca244
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jul 26 14:27:52 2011 +0200

    provide helper Makefile.docupload for uploading html man pages to code.x2go.org

-----------------------------------------------------------------------

Summary of changes:
 Makefile.docupload |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
 create mode 100644 Makefile.docupload

The diff of changes is:
diff --git a/Makefile.docupload b/Makefile.docupload
new file mode 100644
index 0000000..1a6c71d
--- /dev/null
+++ b/Makefile.docupload
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+# Makefile.docupload file - for pyhoca-cli
+# Copyright 2010-2011 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, GPLv3 applies to this file
+
+VERSION=`head -n1 debian/changelog | sed 's,.*(\(.*\)).*,\1,' | cut -d"-" -f1`
+DOC_HOST=code.x2go.org
+DOC_PATH=/srv/sites/x2go.org/packages/doc/pyhoca-cli/man/
+DOC_USER=x2go-admin
+
+doc: docbuild docupload
+
+docbuild:
+	make -f Makefile.man2html build_man2html
+
+docupload:
+	
+	ssh -l${DOC_USER} ${DOC_HOST} "{ mkdir -p ${DOC_PATH}; rm -Rfv ${DOC_PATH}/*; }"
+	scp -r .build_man2html/html/* ${DOC_USER}@${DOC_HOST}:${DOC_PATH}/
+
+


hooks/post-receive
-- 
pyhoca-cli.git (Python X2go Client (command line client))

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pyhoca-cli.git" (Python X2go Client (command line client)).




More information about the x2go-commits mailing list