From 33a08351948d12741de19309d6c970c584f0c27f Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Tue, 27 Jul 2010 11:34:44 +0200
Subject: [PATCH] add gajim-history-manager manpage

---
 data/Makefile.am             |  2 +-
 data/gajim-history-manager.1 | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+), 1 deletion(-)
 create mode 100644 data/gajim-history-manager.1

diff --git a/data/Makefile.am b/data/Makefile.am
index 4d7e118e57..827882796f 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 0000000000..5500b9f86a
--- /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>.
-- 
GitLab