diff --git a/Makefile b/Makefile index 32b11fbff..f711d152d 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 000000000..285ec60ac --- /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 000000000..b9ae977ad --- /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 , Vincent Hanquez , Nikos Kouremenos and Dimitur Kirov .