diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-05 15:43:04 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-05 15:43:04 +0200 |
commit | 9cc21b83f7b637450c4fc40d033ccad7896b07f1 (patch) | |
tree | e26d4495c1e3190d69c813a10c50d5ec4482e472 /doc | |
parent | ba90128b44d83d54e230b614997e8927d7d255e6 (diff) | |
download | kbibtex-9cc21b83f7b637450c4fc40d033ccad7896b07f1.tar.gz kbibtex-9cc21b83f7b637450c4fc40d033ccad7896b07f1.zip |
Remove the original translation directory layout.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'doc')
-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. |