diff --git a/data/Makefile.am b/data/Makefile.am index 4d7e118e57aed4df0027544b87aee8c28c88e0f7..827882796f6fb4f08f82c60f49aadea1e22f90db 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -14,7 +14,7 @@ sounds_DATA = $(srcdir)/sounds/*.wav otherdir = $(pkgdatadir)/data/other other_DATA = other/servers.xml other/cacerts.pem -man_MANS = gajim.1 gajim-remote.1 +man_MANS = gajim.1 gajim-remote.1 gajim-history-manager.1 EXTRA_DIST = $(desktop_in_files) \ diff --git a/data/gajim-history-manager.1 b/data/gajim-history-manager.1 new file mode 100644 index 0000000000000000000000000000000000000000..5500b9f86a946d6fb40d99661ad03eb0e8c75e68 --- /dev/null +++ b/data/gajim-history-manager.1 @@ -0,0 +1,21 @@ +.\" 20050901 +.TH "Gajim-history-manager" "1" "September 01, 2005" "Gajim dev team" "" +.SH "NAME" +Gajim-history-manager \- Tool to manage gajim logs +.SH "SYNOPSIS" +.B gajim-history-manager [\-c config-path] [\-h] +.SH "DESCRIPTION" +.B Gajim-history-manager +is a tool to manage (do some cleanup) log file of Gajim jabber client. +.PP +.SH "OPTIONS" +.TP +\fB\-c\fR, \fB\-\-config-path\fR path +Path where logs.db is located. ~/.gajim by default. +.TP +\fB\-h\fR, \fB\-\-help\fR +Print this help. +.SH "FEEDBACK" +You can report bugs or feature requests in http://trac.gajim.org or in the mailing list: http://lists.gajim.org/cgi\-bin/listinfo/gajim\-devel. You can also find us in our room gajim@conference.gajim.org +.SH "AUTHORS" +Written by Yann Le Boulanger <asterix@lagaule.org>, Nikos Kouremenos <kourem@gmail.com> and Dimitur Kirov <dkirov@gmail.com>.