From 5dbbdff597b01d5dab06f3d23d41f4dbb9f7ba9b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 9 May 2007 14:30:19 +0000 Subject: add bssh man page git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1471 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- man/Makefile.am | 20 ++++++++++++++++-- man/bssh.1.xml.in | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+), 2 deletions(-) create mode 100644 man/bssh.1.xml.in (limited to 'man') diff --git a/man/Makefile.am b/man/Makefile.am index 756d481..a6575df 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -44,7 +44,8 @@ noinst_DATA = \ avahi.service.5.xml \ avahi.hosts.5.xml \ avahi-autoipd.8.xml \ - avahi-autoipd.action.8.xml + avahi-autoipd.action.8.xml \ + bssh.1.xml CLEANFILES = \ $(noinst_DATA) @@ -57,6 +58,11 @@ man_MANS += \ avahi-publish.1 \ avahi-set-host-name.1 +if HAVE_GTK +man_MANS += \ + bssh.1 +endif + if HAVE_PYTHON man_MANS += \ avahi-discover.1 \ @@ -140,6 +146,10 @@ avahi-autoipd.8.xml: avahi-autoipd.8.xml.in Makefile -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \ -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@ +bssh.1.xml: bssh.1.xml.in Makefile + sed -e 's,@pkgsysconfdir\@,$(pkgsysconfdir),g' \ + -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \ + -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@ if USE_XMLTOMAN @@ -187,6 +197,9 @@ avahi-autoipd.action.8: avahi-autoipd.action.8.xml Makefile avahi-autoipd.8: avahi-autoipd.8.xml Makefile xmltoman $< > $@ +bssh.1: bssh.1.xml Makefile + xmltoman $< > $@ + xmllint: $(noinst_DATA) for f in $(noinst_DATA) ; do \ xmllint --noout --valid "$$f" || exit 1 ; \ @@ -212,6 +225,7 @@ EXTRA_DIST = \ avahi.hosts.5.xml.in \ avahi-autoipd.action.8.xml.in \ avahi-autoipd.8.xml.in \ + bssh.1.xml.in \ xmltoman.css \ xmltoman.xsl \ xmltoman.dtd @@ -227,6 +241,8 @@ install-exec-local: $(LN_S) avahi-resolve.1 avahi-resolve-address.1 && \ $(LN_S) avahi-browse.1 avahi-browse-domains.1 && \ $(LN_S) avahi-publish.1 avahi-publish-address.1 && \ - $(LN_S) avahi-publish.1 avahi-publish-service.1 + $(LN_S) avahi-publish.1 avahi-publish-service.1 && \ + $(LN_S) bssh.1 bvnc.1 + endif diff --git a/man/bssh.1.xml.in b/man/bssh.1.xml.in new file mode 100644 index 0000000..66341f9 --- /dev/null +++ b/man/bssh.1.xml.in @@ -0,0 +1,62 @@ + + + + + + + + + + + + bssh + bvnc + + + +

bssh/bvnc browses for local SSH/VNC servers on the local + network, shows them in a GUI for the user to select one and + finally calls ssh/xvncviewer after a selection was made.

+ +
+ + + +

bssh/bvnc takes no command line arguments at the moment.

+ +
+ +
+

The Avahi Developers <@PACKAGE_BUGREPORT@>; Avahi is + available from

+
+ +
+

+ +

+
+ +
+

This man page was written using by Oliver Kurth.

+
+ +
-- cgit