From 9cc21b83f7b637450c4fc40d033ccad7896b07f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= <slavek.banko@axis.cz>
Date: Sun, 5 Apr 2020 15:43:04 +0200
Subject: Remove the original translation directory layout.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
---
 doc/man/CMakeLists.txt |  5 +++++
 doc/man/kbibtex.1      | 25 +++++++++++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 doc/man/CMakeLists.txt
 create mode 100644 doc/man/kbibtex.1

(limited to 'doc')

diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
new file mode 100644
index 0000000..8512250
--- /dev/null
+++ b/doc/man/CMakeLists.txt
@@ -0,0 +1,5 @@
+INSTALL(
+    FILES ${PROJECT_NAME}.1
+    DESTINATION ${MAN_INSTALL_DIR}/man1
+    COMPONENT doc
+)
diff --git a/doc/man/kbibtex.1 b/doc/man/kbibtex.1
new file mode 100644
index 0000000..e77cebc
--- /dev/null
+++ b/doc/man/kbibtex.1
@@ -0,0 +1,25 @@
+.\" 
+.TH "KBibTeX" "1" "11 September 2005" "TDE" "TDE Application"
+.SH "NAME"
+kbibtex \- a bibtex editor for TDE
+
+.SH "SYNOPSIS"
+.B kbibtex
+[\fIQt\-options\fR] [\fITDE\-options\fR] [\fIfile\fR]
+.SH "DESCRIPTION"
+KBibTeX is a BibTeX editor for TDE written by Thomas Fischer and released under the GPL.
+
+KBibTeX can be started as a stand\-alone program or embedded into virtually every TDE program (e.g. Konqueror).
+
+It supports searching for citations via Google and CiteSeer.
+.SH "AUTHOR"
+Thomas Fischer <fischer@unix\-ag.uni\-kl.de>
+
+.SH "SEE ALSO"
+.BR bibtex "(1)"
+.PP 
+The \fBkbibtex\fR homepage at: 
+.I http://www.unix\-ag.uni\-kl.de/~fischer/kbibtex/
+
+.SH "BUGS"
+When reporting bugs, please submit the BibTeX file for diagnostics, too.
-- 
cgit v1.2.1