diff options
author | Slávek Banko <[email protected]> | 2020-04-05 15:43:04 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-05 15:43:41 +0200 |
commit | 020ca4fcf9c0b6064befc9b67a4e19ace4a2838e (patch) | |
tree | e269e513840835d6a37ef24da1e14263c8af0c8c /doc/man | |
parent | 893aed7131d786cee9f5263762a536924158ced4 (diff) | |
download | kbibtex-020ca4fcf9c0b6064befc9b67a4e19ace4a2838e.tar.gz kbibtex-020ca4fcf9c0b6064befc9b67a4e19ace4a2838e.zip |
Remove the original translation directory layout.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 9cc21b83f7b637450c4fc40d033ccad7896b07f1)
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/CMakeLists.txt | 5 | ||||
-rw-r--r-- | doc/man/kbibtex.1 | 25 |
2 files changed, 30 insertions, 0 deletions
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. |