[X2go-Commits] x2goserver.git - master (branch) updated: 3.0.99-2-123-g1b6f026

X2go dev team git-admin at x2go.org
Tue Jul 26 13:27:02 CEST 2011


The branch, master has been updated
       via  1b6f026049a40682116927108bf86e3ad5fac17b (commit)
      from  99d654359de69e986d1649ccb5e1b17a03f10c4d (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 1b6f026049a40682116927108bf86e3ad5fac17b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jul 26 13:26:47 2011 +0200

    add Makefile.docupload to provide html man pages ttw.

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

Summary of changes:
 Makefile.docupload |   21 +++++++++++++++++++++
 1 files changed, 21 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..5eb154f
--- /dev/null
+++ b/Makefile.docupload
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+# Makefile.docupload file - for x2goserver
+# 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/x2goserver/man-pages/
+DOC_USER=x2go-admin
+
+doc: docbuild docupload
+
+docbuild:
+	make -f Makefile build_man2html
+
+docupload:
+	
+	ssh -l${DOC_USER} ${DOC_HOST} "{ mkdir -p ${DOC_PATH}; rm -Rfv ${DOC_PATH}/; mkdir -p ${DOC_PATH}/{x2goserver,x2goserver-extensions}; }"
+	scp -r x2goserver/.build_man2html/html/* ${DOC_USER}@${DOC_HOST}:${DOC_PATH}/x2goserver/
+	scp -r x2goserver-extensions/.build_man2html/html/* ${DOC_USER}@${DOC_HOST}:${DOC_PATH}/x2goserver-extensions/
+
+


hooks/post-receive
-- 
x2goserver.git (X2go Server)

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 "x2goserver.git" (X2go Server).




More information about the x2go-commits mailing list