From a6454b1658d325d6ff2d6ba6c349b772148798e0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= <slavek.banko@axis.cz>
Date: Wed, 16 Mar 2022 23:34:43 +0100
Subject: Conversion to the cmake building system.
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/CMakeLists.txt  |  17 ----
 doc/Makefile.am     |   2 +-
 doc/en/Makefile.am  |  21 +---
 doc/en/kmymoney2.1  | 277 ----------------------------------------------------
 doc/man/Makefile.am |  16 +++
 doc/man/kmymoney2.1 | 277 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 297 insertions(+), 313 deletions(-)
 delete mode 100644 doc/CMakeLists.txt
 delete mode 100644 doc/en/kmymoney2.1
 create mode 100644 doc/man/Makefile.am
 create mode 100644 doc/man/kmymoney2.1

(limited to 'doc')

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
deleted file mode 100644
index 314d65c..0000000
--- a/doc/CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
-
-# Macro defined in FindMEINPROC.cmake handles building and installing
-ADD_DOCS(kmymoney2 en)
-
-# Manpages we have to handle manually
-SET(_in ${CMAKE_CURRENT_SOURCE_DIR}/en/kmymoney2.1)
-SET(_out ${CMAKE_CURRENT_BINARY_DIR}/kmymoney2.1.gz)
-
-ADD_CUSTOM_COMMAND(OUTPUT ${_out}
-  COMMAND gzip
-  ARGS -9 -c -N ${_in} > ${_out}
-  DEPENDS ${_in})
-INSTALL(FILES ${_out}
-  DESTINATION ${MAN_INSTALL_DIR}/man1)
-ADD_CUSTOM_TARGET(manpages ALL DEPENDS ${_out})
-ADD_DEPENDENCIES(documentation manpages)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9f56c25..723d192 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
 ####### tdevelop will overwrite this part!!! (begin)##########
 
-SUBDIRS = en
+SUBDIRS = en man
 
 ####### tdevelop will overwrite this part!!! (end)############
 
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am
index be4fb00..46b40f0 100644
--- a/doc/en/Makefile.am
+++ b/doc/en/Makefile.am
@@ -4,11 +4,11 @@ DOCBOOK_FILES = credits.docbook details-accounts.docbook  details-categories.doc
 
 SCREENSHOT_FILES = accountdropdown.png accounts_view.png newacct.png accwiz1.png accwiz2.png accwiz3.png accwiz4.png accwiz5.png accwiz6.png accwiz7.png accwiz8.1.png accwiz8.2.png accwiz8.3.png accwiz8.4.png accwiz8.5.png accwiz9.png accwiz10.png calendarview.png categories.png categories_view.png categoryedit.png confirmenter.png default_prompt.png enterschedule.png finddlg.png home_view.png institutions_view.png investments_view.png kmt.png ledgers.png ledgers_view.png ledgerview-numbered.png mainwindow_numbered.png newfile.png newinst.png new.png newsched_numbered.png outbox_view.png payees_view.png payeeview.png qifopen.png reconcile.png reports_view.png schedcaltypes.png schedpopup.png schedule_view.png scheduleview.png tipofday.png transaction_find.png transactionform.png translist.png schedmonthday.png find-account.png find-amount.png find-category.png find-date.png find-details.png find-payee.png find-text.png payee_widget.png category_widget.png value_widget.png date_widget.png institution_view.png institution_options.png account_options.png account_edit.png payee_info.png payee_match.png payee_history.png split_transaction.png cleared_state.png transactionform-off.png ledger_more.png select_currency.png reconcile1.png reconcile2.png reconcile3.png reconcile4.png qif_report.png qifimportverify.png investment-transactionform.png investment-onlineupdate.png investment-currencywarning.png investment-exchangerateeditor.png gnucash-import_options.png gnucash-report.png gnucash-select_price_source.png  currency_newpriceentry.png currency_priceeditor.png investments_summarytab.png qifimport-export.png qifimport-qifprofiledate.png qifimport-qifprofileeditor.png report_configuration-reporttab.png report_configuration-rowscolumns.png reports_view-all.png select_database.png budgets_view.png forecast_view.png newfile-2.png newfile-3.png newfile-4.png newfile-5.png newfile-6.png
 
-EXTRA_DIST = kmymoney2.1 $(DOCBOOK_FILES)
+EXTRA_DIST = $(DOCBOOK_FILES)
 
-MOSTLYCLEANFILES = index.cache.bz2 kmymoney2.1.gz index.xml *.aux *.tex *.log **.out *.pdf errorlog *.ps *.html online-manual.tar.bz2
+MOSTLYCLEANFILES = index.cache.bz2 index.xml *.aux *.tex *.log **.out *.pdf errorlog *.ps *.html online-manual.tar.bz2
 
-BUILT_SOURCES = index.cache.bz2 kmymoney2.1.gz $(PDF_TARGET)
+BUILT_SOURCES = index.cache.bz2 $(PDF_TARGET)
 
 CHARSET = 
 KDE_LANG = en
@@ -119,24 +119,11 @@ kmymoney-user.pdf: $(DOCBOOK_FILES) $(SCREENSHOT_FILES)
 endif
 
 
-
-
 # The automatic KDE install installs some files,
 # that we don't need, so we remove them immediately.
 # Also install the man pages on this system
 .PHONY: install-docs uninstall-docs
 
-install-data-hook: kmymoney2.1.gz install-docs
-	-rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmymoney2/kmymoney2.1
-	$(mkinstalldirs) $(DESTDIR)$(mandir)/man1/
-	$(INSTALL_DATA) kmymoney2.1.gz $(DESTDIR)$(mandir)/man1/kmymoney2.1.gz
-
-kmymoney2.1.gz: kmymoney2.1
-	gzip -9 -c -N $(top_srcdir)/$(subdir)/kmymoney2.1 > kmymoney2.1.gz
-
-uninstall-hook: uninstall-docs
-	-rm -f $(DESTDIR)$(mandir)/man1/kmymoney2.1.gz
-
 #
 # The following two rules are copied from an 'am_edit' generated
 # version. Since we do not use the automatic generated version to
@@ -156,5 +143,3 @@ install-docs:
 
 uninstall-docs:
 	-rm -rf $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmymoney2
-
-
diff --git a/doc/en/kmymoney2.1 b/doc/en/kmymoney2.1
deleted file mode 100644
index 6741c34..0000000
--- a/doc/en/kmymoney2.1
+++ /dev/null
@@ -1,277 +0,0 @@
-.lf 1 ../info/kmymoney2.kmymoney2.1
-.TH KMYMONEY2 "1" "May 2003" "KDE" "KDE Application"
-.SH NAME
-KMyMoney \- the personal finances manager for KDE
-.SH SYNOPSIS
-.B kmymoney2
-[\fIQt-options\fR] [\fIKDE-options\fR] [\fIFile\fR]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B KMyMoney
-KDE Application.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-.PP
-.B KMyMoney
-is the Personal Finance Manager for the KDE environment.
-It provides the functions required to balance your checkbooks,
-manage your personal loans and categorise your incomes and
-expenses using a checkbook style graphical user interface.
-.SH OPTIONS
-.SS "Arguments:"
-.TP
-File
-file to open
-.SS "Generic options:"
-.TP
-\fB\-\-help\fR
-Show help about options
-.TP
-\fB\-\-help\-qt\fR
-Show Qt specific options
-.TP
-\fB\-\-help\-kde\fR
-Show KDE specific options
-.TP
-\fB\-\-help\-all\fR
-Show all options
-.TP
-\fB\-\-author\fR
-Show author information
-.TP
-\fB\-v\fR, \fB\-\-version\fR
-Show version information
-.TP
-\fB\-\-license\fR
-Show license information
-.TP
-\fB\-\-\fR
-End of options
-.lf 1 ../../info//kdetqtoptions
-.SS "KDE options"
-.TP 12
-.BI \-\-caption \ caption
-Use \fIcaption\fP as name in the titlebar.
-.TP
-.BI \-\-icon \ icon
-Use \fIicon\fP as the application icon. \fIicon\fP is the name of the
-icon, which can either be an absolute filename path, or otherwise the
-icon is sought for in places according to the normal KDE rules.
-.TP
-.BI \-\-miniicon \ icon
-Use \fIicon\fP as the icon in the titlebar. \fIicon\fP is the filename
-of the icon, according to the same rules as for the \-\-icon parameter.
-.TP
-.BI \-\-config \ filename
-Use an alternative configuration file, instead of the default, which
-is normally located in
-.I /usr/share/config
-or in
-.RB $ TDEHOME\fI/share/config
-.TP
-.BI \-\-dcopserver \ server
-Set the address of the DCOP server to attach to.
-.TP
-.B \-\-nocrashhandler
-Disable crash handler, to get core dumps. This option has the same
-effect as definiting the environment variable TDE_DEBUG.
-.TP
-.B \-\-waitforwm
-Waits for a WM_NET compatible windowmanager.
-.TP
-.BI \-\-style \ style
-sets the application GUI style.
-.TP
-.BI \-\-geometry \ geometry
-sets the client geometry of the main widget.
-The geometry parameter follows the normal X convention for geometry,
-which is on the form:
-.RS
-.IP
-[\fIwidth\fBx\fIheight\fR][{\fB+-\fR}\fIxpos\fR{\fB+-\fR}\fIypos\fR]
-.P
-Where \fIwidth\fR and \fIheight\fR gives the desired minimum width and
-height, of the main application window. Both in pixels. A value of 0
-specifies the default size. The optional \fIxpos\fR and \fIypos\fR
-specifies the x,y-position that which is desired for the application
-window. Specifying negative values for x or y implies that the x or y
-position is to be measured from the left or bottom screen edge,
-instead of as in the normal case, with positive values, from the left
-and top edges. 
-.RE
-.SS "Qt options"
-.TP 12
-.BI \-\-display \ displayname
-Use the X-server display \fIdisplayname\fP.
-.TP
-.BI \-\-session \ sessionId
-Restore the application for the given \fIsessionId\fP.
-.TP
-.B \-\-cmap
-Causes the application to install a private color
-map on an 8-bit display.
-.TP
-.BI \-\-ncols \ count
-Limits the number of colors allocated in the color
-cube on an 8-bit display, if the application is
-using the QApplication::ManyColor color
-specification.
-.TP
-.B \-\-nograb
-Tells Qt to never grab the mouse or the keyboard.
-.TP
-.B \-\-dograb
-Running under a debugger can cause an implicit
-.B \-nograb\fR, use \fB\-dograb\fR to override.
-.TP
-.B \-\-sync
-switches to synchronous mode for debugging.
-.TP
-.BI "\-\-fn\fR, \fP\-\-font" \ fontname
-Defines the default application font. The \fIfontname\fP should be in
-the X logical font name description format XLFD. For a full description of
-the format see
-.I /usr/X11R6/lib/X11/doc/xlfd.TXT
-Note that the application might override the font specified with
-its own font.
-.TP
-.BI "-\-bg\fR, \fB\-\-background"  \ color
-Sets the default background color and an
-application palette (light and dark shades are
-calculated).
-.TP
-.BI "\-\-fg\fR, \fB\-\-foreground"  \ color
-Sets the default foreground color.
-.TP
-.BI \-\-btn\fR, \fB\-\-button \ color
-Sets the default button color.
-.TP
-.BI \-\-name \ name
-Sets the application name.
-.TP
-.BI \-\-title \ title
-Sets the application title. This option might, or might not appear
-in the title bar caption, depending on the application. To change the caption, use the 
-.B \-\-caption
-option instead. 
-.TP
-.B \-\-visual TrueColor
-Forces the application to use a TrueColor visual on
-an 8-bit display.
-.TP
-.BI \-\-inputstyle \ inputstyle
-Sets XIM (X Input Method) input style. Possible
-values are 
-.BR onthespot ", " overthespot ", " offthespot and root .
-.TP
-.BI \-\-im " XIM-server"
-Set XIM server.
-.TP
-.B \-\-noxim
-Disable XIM.
-.TP
-.B \-\-reverse
-Mirror reverses the whole layout of widgets. This means that menus
-will go in the opposite direction, the scroll bar will be on the
-opposite side, etc. For a normal western layout that means that menus
-and tool bars will go from the right edge to the left, the vertical
-scroll bar will be on the left side and so on.
-
-.lf 48 ../info/kmymoney2.kmymoney2.1
-.SH ENVIRONMENT
-.lf 1 ../../info//kdeenviron
-.SS "standard KDE environment variables"
-.IP KDE_LANG
-Language locale setting to use. This option makes it possible to set
-another language environment for a program than what is the default. The
-correct language pack for this language has to be installed for this option
-to work. The default language when there is none set is en_US. When
-deciding upon a language, the following resources are looked up, in
-order: KDE_LANG, configuration file, LC_CTYPE, LC_MESSAGES, LC_ALL,
-LANG.
-.IP TDE_UTF8_FILENAMES
-Assume that all filenames are in UTF-8 format regardless of the
-current language setting. Otherwise the filename format is defined by
-the language.
-.IP TDE_MULTIHEAD
-If this variable has the value
-.B true
-multihead multiple display mode is enabled. The KDE display will be
-shared over more than one screen.
-.IP DISPLAY
-Specifies the X display to run KDE on.
-.IP TDESYCOCA
-Specifies and alternative path for the 
-.I tdesycoca
-KDE system configuration cache file.
-The default path is
-/tmp/tde-$USER/tdesycoca
-.IP DCOPSERVER
-Specifies an alternative path for the DCOP server file. The default
-file is
-$HOME/.DCOPserver_\fIhostname\fP_\fIdisplayname\fP
-.IP SESSION_MANAGER
-The session manager to use. This option is set automatically by KDE
-and is a network path to the session manager socket.
-.IP HOME
-Path to the home directory for the current user. 
-.IP TDEHOME
-The KDE per-user setting directory. Default if not specified is
-.I $HOME/.trinity
-.lf 50 ../info/kmymoney2.kmymoney2.1
-.SH AUTHOR
-.B KMyMoney
-was written by
-.PP
-.nh
-.ad l
-Michael Edwardes <mte@users.sourceforge.net>,
-.br
-Felix Rodriguez <frodriguez@users.sourceforge.net>,
-.br
-John C <tacoturtle@users.sourceforge.net>,
-.br
-Thomas Baumgart <ipwizard@users.sourceforge.net>,
-.br
-Kevin Tambascio <ktambascio@users.sourceforge.net> and
-.br
-Arni Ingimundarson <arniing@users.sourceforge.net>.
-.PP
-.hy
-Please use 
-.IP
-.nh
-.B http://sourceforge.net/tracker/?group_id=4708
-.hy
-.PP
-to report bugs and post support or feature requests. 
-.br
-.B Do not mail the authors directly.
-.PP
-This manual page was prepared by
-.nh
-.ad l
-Karolina Lindqvist <pgd\-karolinali@algonet.se>
-.hy
-for the Debian GNU/Linux system (but may be used by others) and
-has been enhanced by 
-.nh
-.ad l
-Thomas Baumgart <ipwizard@users.sourceforge.net>
-.hy
-to reflect the latest changes in development.
-.SH "SEE ALSO"
-The full documentation for
-.B KMyMoney
-is maintained as a docbook manual.  If the
-.B khelpcenter
-program is properly installed at your site, the command
-.IP
-.B khelpcenter help:/kmymoney2
-.PP
-should give you access to the complete manual.
-.P
-Alternatively the manual can be browsed in
-.B konqueror
-giving it the URL 
-.B help:/kmymoney2
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
new file mode 100644
index 0000000..4a80bb4
--- /dev/null
+++ b/doc/man/Makefile.am
@@ -0,0 +1,16 @@
+EXTRA_DIST = kmymoney2.1
+
+MOSTLYCLEANFILES = kmymoney2.1.gz
+
+BUILT_SOURCES = kmymoney2.1.gz
+
+install-data-hook: kmymoney2.1.gz
+	-rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmymoney2/kmymoney2.1
+	$(mkinstalldirs) $(DESTDIR)$(mandir)/man1/
+	$(INSTALL_DATA) kmymoney2.1.gz $(DESTDIR)$(mandir)/man1/kmymoney2.1.gz
+
+kmymoney2.1.gz: kmymoney2.1
+	gzip -9 -c -N $(top_srcdir)/$(subdir)/kmymoney2.1 > kmymoney2.1.gz
+
+uninstall-hook:
+	-rm -f $(DESTDIR)$(mandir)/man1/kmymoney2.1.gz
diff --git a/doc/man/kmymoney2.1 b/doc/man/kmymoney2.1
new file mode 100644
index 0000000..6741c34
--- /dev/null
+++ b/doc/man/kmymoney2.1
@@ -0,0 +1,277 @@
+.lf 1 ../info/kmymoney2.kmymoney2.1
+.TH KMYMONEY2 "1" "May 2003" "KDE" "KDE Application"
+.SH NAME
+KMyMoney \- the personal finances manager for KDE
+.SH SYNOPSIS
+.B kmymoney2
+[\fIQt-options\fR] [\fIKDE-options\fR] [\fIFile\fR]
+.SH DESCRIPTION
+This manual page documents briefly the
+.B KMyMoney
+KDE Application.
+This manual page was written for the Debian GNU/Linux distribution
+because the original program does not have a manual page.
+.PP
+.B KMyMoney
+is the Personal Finance Manager for the KDE environment.
+It provides the functions required to balance your checkbooks,
+manage your personal loans and categorise your incomes and
+expenses using a checkbook style graphical user interface.
+.SH OPTIONS
+.SS "Arguments:"
+.TP
+File
+file to open
+.SS "Generic options:"
+.TP
+\fB\-\-help\fR
+Show help about options
+.TP
+\fB\-\-help\-qt\fR
+Show Qt specific options
+.TP
+\fB\-\-help\-kde\fR
+Show KDE specific options
+.TP
+\fB\-\-help\-all\fR
+Show all options
+.TP
+\fB\-\-author\fR
+Show author information
+.TP
+\fB\-v\fR, \fB\-\-version\fR
+Show version information
+.TP
+\fB\-\-license\fR
+Show license information
+.TP
+\fB\-\-\fR
+End of options
+.lf 1 ../../info//kdetqtoptions
+.SS "KDE options"
+.TP 12
+.BI \-\-caption \ caption
+Use \fIcaption\fP as name in the titlebar.
+.TP
+.BI \-\-icon \ icon
+Use \fIicon\fP as the application icon. \fIicon\fP is the name of the
+icon, which can either be an absolute filename path, or otherwise the
+icon is sought for in places according to the normal KDE rules.
+.TP
+.BI \-\-miniicon \ icon
+Use \fIicon\fP as the icon in the titlebar. \fIicon\fP is the filename
+of the icon, according to the same rules as for the \-\-icon parameter.
+.TP
+.BI \-\-config \ filename
+Use an alternative configuration file, instead of the default, which
+is normally located in
+.I /usr/share/config
+or in
+.RB $ TDEHOME\fI/share/config
+.TP
+.BI \-\-dcopserver \ server
+Set the address of the DCOP server to attach to.
+.TP
+.B \-\-nocrashhandler
+Disable crash handler, to get core dumps. This option has the same
+effect as definiting the environment variable TDE_DEBUG.
+.TP
+.B \-\-waitforwm
+Waits for a WM_NET compatible windowmanager.
+.TP
+.BI \-\-style \ style
+sets the application GUI style.
+.TP
+.BI \-\-geometry \ geometry
+sets the client geometry of the main widget.
+The geometry parameter follows the normal X convention for geometry,
+which is on the form:
+.RS
+.IP
+[\fIwidth\fBx\fIheight\fR][{\fB+-\fR}\fIxpos\fR{\fB+-\fR}\fIypos\fR]
+.P
+Where \fIwidth\fR and \fIheight\fR gives the desired minimum width and
+height, of the main application window. Both in pixels. A value of 0
+specifies the default size. The optional \fIxpos\fR and \fIypos\fR
+specifies the x,y-position that which is desired for the application
+window. Specifying negative values for x or y implies that the x or y
+position is to be measured from the left or bottom screen edge,
+instead of as in the normal case, with positive values, from the left
+and top edges. 
+.RE
+.SS "Qt options"
+.TP 12
+.BI \-\-display \ displayname
+Use the X-server display \fIdisplayname\fP.
+.TP
+.BI \-\-session \ sessionId
+Restore the application for the given \fIsessionId\fP.
+.TP
+.B \-\-cmap
+Causes the application to install a private color
+map on an 8-bit display.
+.TP
+.BI \-\-ncols \ count
+Limits the number of colors allocated in the color
+cube on an 8-bit display, if the application is
+using the QApplication::ManyColor color
+specification.
+.TP
+.B \-\-nograb
+Tells Qt to never grab the mouse or the keyboard.
+.TP
+.B \-\-dograb
+Running under a debugger can cause an implicit
+.B \-nograb\fR, use \fB\-dograb\fR to override.
+.TP
+.B \-\-sync
+switches to synchronous mode for debugging.
+.TP
+.BI "\-\-fn\fR, \fP\-\-font" \ fontname
+Defines the default application font. The \fIfontname\fP should be in
+the X logical font name description format XLFD. For a full description of
+the format see
+.I /usr/X11R6/lib/X11/doc/xlfd.TXT
+Note that the application might override the font specified with
+its own font.
+.TP
+.BI "-\-bg\fR, \fB\-\-background"  \ color
+Sets the default background color and an
+application palette (light and dark shades are
+calculated).
+.TP
+.BI "\-\-fg\fR, \fB\-\-foreground"  \ color
+Sets the default foreground color.
+.TP
+.BI \-\-btn\fR, \fB\-\-button \ color
+Sets the default button color.
+.TP
+.BI \-\-name \ name
+Sets the application name.
+.TP
+.BI \-\-title \ title
+Sets the application title. This option might, or might not appear
+in the title bar caption, depending on the application. To change the caption, use the 
+.B \-\-caption
+option instead. 
+.TP
+.B \-\-visual TrueColor
+Forces the application to use a TrueColor visual on
+an 8-bit display.
+.TP
+.BI \-\-inputstyle \ inputstyle
+Sets XIM (X Input Method) input style. Possible
+values are 
+.BR onthespot ", " overthespot ", " offthespot and root .
+.TP
+.BI \-\-im " XIM-server"
+Set XIM server.
+.TP
+.B \-\-noxim
+Disable XIM.
+.TP
+.B \-\-reverse
+Mirror reverses the whole layout of widgets. This means that menus
+will go in the opposite direction, the scroll bar will be on the
+opposite side, etc. For a normal western layout that means that menus
+and tool bars will go from the right edge to the left, the vertical
+scroll bar will be on the left side and so on.
+
+.lf 48 ../info/kmymoney2.kmymoney2.1
+.SH ENVIRONMENT
+.lf 1 ../../info//kdeenviron
+.SS "standard KDE environment variables"
+.IP KDE_LANG
+Language locale setting to use. This option makes it possible to set
+another language environment for a program than what is the default. The
+correct language pack for this language has to be installed for this option
+to work. The default language when there is none set is en_US. When
+deciding upon a language, the following resources are looked up, in
+order: KDE_LANG, configuration file, LC_CTYPE, LC_MESSAGES, LC_ALL,
+LANG.
+.IP TDE_UTF8_FILENAMES
+Assume that all filenames are in UTF-8 format regardless of the
+current language setting. Otherwise the filename format is defined by
+the language.
+.IP TDE_MULTIHEAD
+If this variable has the value
+.B true
+multihead multiple display mode is enabled. The KDE display will be
+shared over more than one screen.
+.IP DISPLAY
+Specifies the X display to run KDE on.
+.IP TDESYCOCA
+Specifies and alternative path for the 
+.I tdesycoca
+KDE system configuration cache file.
+The default path is
+/tmp/tde-$USER/tdesycoca
+.IP DCOPSERVER
+Specifies an alternative path for the DCOP server file. The default
+file is
+$HOME/.DCOPserver_\fIhostname\fP_\fIdisplayname\fP
+.IP SESSION_MANAGER
+The session manager to use. This option is set automatically by KDE
+and is a network path to the session manager socket.
+.IP HOME
+Path to the home directory for the current user. 
+.IP TDEHOME
+The KDE per-user setting directory. Default if not specified is
+.I $HOME/.trinity
+.lf 50 ../info/kmymoney2.kmymoney2.1
+.SH AUTHOR
+.B KMyMoney
+was written by
+.PP
+.nh
+.ad l
+Michael Edwardes <mte@users.sourceforge.net>,
+.br
+Felix Rodriguez <frodriguez@users.sourceforge.net>,
+.br
+John C <tacoturtle@users.sourceforge.net>,
+.br
+Thomas Baumgart <ipwizard@users.sourceforge.net>,
+.br
+Kevin Tambascio <ktambascio@users.sourceforge.net> and
+.br
+Arni Ingimundarson <arniing@users.sourceforge.net>.
+.PP
+.hy
+Please use 
+.IP
+.nh
+.B http://sourceforge.net/tracker/?group_id=4708
+.hy
+.PP
+to report bugs and post support or feature requests. 
+.br
+.B Do not mail the authors directly.
+.PP
+This manual page was prepared by
+.nh
+.ad l
+Karolina Lindqvist <pgd\-karolinali@algonet.se>
+.hy
+for the Debian GNU/Linux system (but may be used by others) and
+has been enhanced by 
+.nh
+.ad l
+Thomas Baumgart <ipwizard@users.sourceforge.net>
+.hy
+to reflect the latest changes in development.
+.SH "SEE ALSO"
+The full documentation for
+.B KMyMoney
+is maintained as a docbook manual.  If the
+.B khelpcenter
+program is properly installed at your site, the command
+.IP
+.B khelpcenter help:/kmymoney2
+.PP
+should give you access to the complete manual.
+.P
+Alternatively the manual can be browsed in
+.B konqueror
+giving it the URL 
+.B help:/kmymoney2
-- 
cgit v1.2.1