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 "X2go Server". The branch, master has been updated via 45d22a87339986c5e062be733584b8b18aa5cde7 (commit) via eb69e430bdb1f8c6182987e2175ce781156d894f (commit) from 1ac8f38b73abfa302c19e6eebe46335eed88526d (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 45d22a87339986c5e062be733584b8b18aa5cde7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon May 30 13:31:42 2011 +0200 adds html versions of man pages commit eb69e430bdb1f8c6182987e2175ce781156d894f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon May 30 13:31:20 2011 +0200 symlink fix ----------------------------------------------------------------------- Summary of changes: .build_man2html/html/man8/x2gocleansessions.8.html | 49 ++++++++++++++ .build_man2html/html/man8/x2golistsessions.8.html | 49 ++++++++++++++ .build_man2html/html/man8/x2gomountdirs.8.html | 49 ++++++++++++++ .build_man2html/html/man8/x2goprint.8.html | 49 ++++++++++++++ .../html/man8/x2goresume-session.8.html | 49 ++++++++++++++ .build_man2html/html/man8/x2goruncommand.8.html | 49 ++++++++++++++ .build_man2html/html/man8/x2gostartagent.8.html | 49 ++++++++++++++ .../html/man8/x2gosuspend-session.8.html | 49 ++++++++++++++ .../html/man8/x2goterminate-session.8.html | 49 ++++++++++++++ .../html/man8/x2goumount-session.8.html | 49 ++++++++++++++ .build_man2html/html/man8/x2goumount.8.html | 49 ++++++++++++++ .build_man2html/html/man8/x2goversion.8.html | 69 ++++++++++++++++++++ Makefile | 15 ++++- debian/x2goserver.docs | 1 + share/x2go/versions/VERSION.x2goserver | 2 +- 15 files changed, 623 insertions(+), 3 deletions(-) create mode 100644 .build_man2html/html/man8/x2gocleansessions.8.html create mode 100644 .build_man2html/html/man8/x2golistsessions.8.html create mode 100644 .build_man2html/html/man8/x2gomountdirs.8.html create mode 100644 .build_man2html/html/man8/x2goprint.8.html create mode 100644 .build_man2html/html/man8/x2goresume-session.8.html create mode 100644 .build_man2html/html/man8/x2goruncommand.8.html create mode 100644 .build_man2html/html/man8/x2gostartagent.8.html create mode 100644 .build_man2html/html/man8/x2gosuspend-session.8.html create mode 100644 .build_man2html/html/man8/x2goterminate-session.8.html create mode 100644 .build_man2html/html/man8/x2goumount-session.8.html create mode 100644 .build_man2html/html/man8/x2goumount.8.html create mode 100644 .build_man2html/html/man8/x2goversion.8.html create mode 100644 debian/x2goserver.docs hooks/post-receive -- X2go Server