[X2Go-Commits] pyhoca-gui.git - build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d (branch) updated: 0.1.0.0-6-gef384ce
X2Go dev team
git-admin at x2go.org
Tue Aug 27 13:21:36 CEST 2013
The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
via ef384ce5425f6f8b918637c8f51e6bed0c3589a9 (commit)
from b1dcef138457e830cf69cc0b9bf78b8c8f912b37 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
.build_man2html/html/{ => man1}/pyhoca-gui.1.html | 6 +++---
Makefile.man2html | 19 +++++++++++--------
debian/pyhoca-gui.manpages | 2 +-
man/{ => man1}/pyhoca-gui.1 | 0
4 files changed, 15 insertions(+), 12 deletions(-)
rename .build_man2html/html/{ => man1}/pyhoca-gui.1.html (98%)
rename man/{ => man1}/pyhoca-gui.1 (100%)
The diff of changes is:
diff --git a/.build_man2html/html/pyhoca-gui.1.html b/.build_man2html/html/man1/pyhoca-gui.1.html
similarity index 98%
rename from .build_man2html/html/pyhoca-gui.1.html
rename to .build_man2html/html/man1/pyhoca-gui.1.html
index 5ab79a9..cb00cee 100644
--- a/.build_man2html/html/pyhoca-gui.1.html
+++ b/.build_man2html/html/man1/pyhoca-gui.1.html
@@ -4,7 +4,7 @@ Content-type: text/html
<HTML><HEAD><TITLE>Man page of pyhoca-gui</TITLE>
</HEAD><BODY>
<H1>pyhoca-gui</H1>
-Section: X2go Application (1)<BR>Updated: 31 Dec 2010<BR><A HREF="#index">Index</A>
+Section: X2go Application (1)<BR>Updated: 26 May 2011<BR><A HREF="#index">Index</A>
<A HREF="../index.html">Return to Main Contents</A><HR>
<A NAME="lbAB"> </A>
@@ -39,7 +39,7 @@ pre-configured session profiles in the X2go profile manager and also configure t
<P>
<B>pyhoca-gui</B> uses the same set of config files (<B>settings</B>, <B>printing</B> and <B>sessions</B> in ~/.x2goclient) as the original
-X2go Client application (by Heinz-M. Graesing and Oleksandr Schneydr) does.
+X2go Client application (by Heinz-M. Graesing and Oleksandr Schneyder) does.
<P>
On Windows systems <B>pyhoca-gui</B> uses the same set of Windows registry keys and values as the original X2go Client application.
@@ -208,6 +208,6 @@ Mike Gabriel <<A HREF="mailto:mike.gabriel at das-netzwerkteam.de">mike.gabriel@
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
-Time: 20:03:53 GMT, May 23, 2011
+Time: 09:10:48 GMT, May 30, 2011
</BODY>
</HTML>
diff --git a/Makefile.man2html b/Makefile.man2html
index 898e9ec..0b9f91d 100644
--- a/Makefile.man2html
+++ b/Makefile.man2html
@@ -1,13 +1,16 @@
#!/usr/bin/make -f
-man_pages = pyhoca-gui.1
+MAN2HTML_BIN = man2html
+MAN2HTML_SRC = man
+MAN2HTML_DEST = .build_man2html/html
-MAN2HTML = man2html
-SRC = man
-DEST = .build_man2html/html
+man_pages = `cd $(MAN2HTML_SRC) && find * -type f`
-all: $(man_pages)
+all: build
-pyhoca-gui.1:
- mkdir -p $(DEST)
- $(MAN2HTML) -r $(SRC)/$@ > $(DEST)/$@.html
+build: build_man2html
+
+build_man2html:
+ mkdir -p $(MAN2HTML_DEST)
+ for man_page in $(man_pages); do mkdir -p `dirname $(MAN2HTML_DEST)/$$man_page`; done
+ for man_page in $(man_pages); do $(MAN2HTML_BIN) -r $(MAN2HTML_SRC)/$$man_page > $(MAN2HTML_DEST)/$$man_page.html; done
diff --git a/debian/pyhoca-gui.manpages b/debian/pyhoca-gui.manpages
index b27fa76..030b274 100644
--- a/debian/pyhoca-gui.manpages
+++ b/debian/pyhoca-gui.manpages
@@ -1 +1 @@
-man/pyhoca-gui.1
\ No newline at end of file
+man/man1/pyhoca-gui.1
\ No newline at end of file
diff --git a/man/pyhoca-gui.1 b/man/man1/pyhoca-gui.1
similarity index 100%
rename from man/pyhoca-gui.1
rename to man/man1/pyhoca-gui.1
hooks/post-receive
--
pyhoca-gui.git (Python X2Go Client (wxPython GUI))
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-gui.git" (Python X2Go Client (wxPython GUI)).
More information about the x2go-commits
mailing list