This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to annotated tag 0.1.4.0
in repository x2goclient.

commit 094def207ad62d51d01ed58b8fc0813cf750a9f1
Author: Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
Date:   Mon May 30 11:14:25 2011 +0200

    re-arranged man file locations and man2html build script
---
 .build_man2html/html/{ => man1}/pyhoca-cli.1.html |  6 +++---
 Makefile.man2html                                 | 19 +++++++++++--------
 debian/pyhoca-cli.manpages                        |  2 +-
 man/{ => man1}/pyhoca-cli.1                       |  0
 4 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/.build_man2html/html/pyhoca-cli.1.html 
b/.build_man2html/html/man1/pyhoca-cli.1.html
similarity index 98%
rename from .build_man2html/html/pyhoca-cli.1.html
rename to .build_man2html/html/man1/pyhoca-cli.1.html
index a79ce10b..c2ae09c0 100644
--- a/.build_man2html/html/pyhoca-cli.1.html
+++ b/.build_man2html/html/man1/pyhoca-cli.1.html
@@ -4,7 +4,7 @@ Content-type: text/html
 <HTML><HEAD><TITLE>Man page of pyhoca-cli</TITLE>
 </HEAD><BODY>
 <H1>pyhoca-cli</H1>
-Section: X2go Application (1)<BR>Updated: 21 May 2011<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">&nbsp;</A>
@@ -88,7 +88,7 @@ List user's X2go sessions on server.
 
 <DL COMPACT>
 <DT><B>-P, --session-profile</B><DD>
-The name of the session profile to be used to make the connection.
+The name of the session profile to be used to make the connection.B
 <DT><B>-c, --command</B> <I>&lt;CMD&gt;</I> <DD>
 Command to run with <B>--new</B> mode on server (default: xterm).
 <DT><B>-u, --username</B> <I>&lt;USERNAME&gt;</I> <DD>
@@ -208,6 +208,6 @@ Mike Gabriel &lt;<A 
HREF="mailto:mike.gabr...@das-netzwerkteam.de";>mike.gabriel@
 This document was created by
 <A HREF="/cgi-bin/man/man2html">man2html</A>,
 using the manual pages.<BR>
-Time: 09:53:50 GMT, May 26, 2011
+Time: 09:14:04 GMT, May 30, 2011
 </BODY>
 </HTML>
diff --git a/Makefile.man2html b/Makefile.man2html
index 8f7798b3..0b9f91dd 100644
--- a/Makefile.man2html
+++ b/Makefile.man2html
@@ -1,13 +1,16 @@
 #!/usr/bin/make -f
 
-man_pages = pyhoca-cli.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-cli.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-cli.manpages b/debian/pyhoca-cli.manpages
index 6a255bff..2ff1bd18 100644
--- a/debian/pyhoca-cli.manpages
+++ b/debian/pyhoca-cli.manpages
@@ -1 +1 @@
-man/pyhoca-cli.1
\ No newline at end of file
+man/man1/pyhoca-cli.1
\ No newline at end of file
diff --git a/man/pyhoca-cli.1 b/man/man1/pyhoca-cli.1
similarity index 100%
rename from man/pyhoca-cli.1
rename to man/man1/pyhoca-cli.1

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2goclient.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to