diff --git a/Makefile b/Makefile index 32b11fbffb0f8bf64407c49e2ede40a2682c9177..f711d152d4abed3bb6bf80afcdfbe46cd44c6aa6 100644 --- a/Makefile +++ b/Makefile @@ -75,6 +75,7 @@ install: cp gajim.desktop "$(DESTDIR)$(PREFIX)/share/applications/"; mkdir -p "$(MANDIR)/man1"; cp gajim.1 "$(MANDIR)/man1"; + cp gajim-remote.1 "$(MANDIR)/man1"; mkdir -p "$(DESTDIR)$(PREFIX)$(LIBDIR)/gajim"; for f in $(FILES_LIB) ; do \ cp "$$f" "$(DESTDIR)$(PREFIX)$(LIBDIR)/gajim/"; \ diff --git a/debian/gajim-remote.manpages b/debian/gajim-remote.manpages new file mode 100644 index 0000000000000000000000000000000000000000..285ec60ac34dd1005bea55b687554d85829b3650 --- /dev/null +++ b/debian/gajim-remote.manpages @@ -0,0 +1 @@ +gajim.1 diff --git a/gajim-remote.1 b/gajim-remote.1 new file mode 100644 index 0000000000000000000000000000000000000000..b9ae977ad9f3ec34579c989222c7d22070345fbe --- /dev/null +++ b/gajim-remote.1 @@ -0,0 +1,14 @@ +.\" 20050818 +.TH "Gajim-remote" "1" "August 18, 2005" "Gajim dev team" "" +.SH "NAME" +Gajim-remote +.SH "SYNOPSIS" +.B gajim [help] [toggle_roster_appearance] [show_next_unread] [list_contacts] [list_accounts] [change_status] [open_chat] [send_message] [contact_info] +.SH "DESCRIPTION" +.B Gajim-remote +is a script to control Gajim by D-Bus +.PP +.SH "FEEDBACK" +You can report bugs or feature requests in http://trac.gajim.org or in the mailing list: https://lists.gajim.org/cgi\-bin/listinfo/gajim\-devel. You can also find us in our room gajim@conference.jabber.org +.SH "AUTHORS" +Written by Yann Le Boulanger <asterix@lagaule.org>, Vincent Hanquez <tab@snarc.org>, Nikos Kouremenos <kourem@gmail.com> and Dimitur Kirov <dkirov@gmail.com>.