From 7d3ab024c18a9f4e9557e92597ec53f0c915fc59 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sat, 16 Jun 2007 09:47:09 +0000 Subject: [PATCH] Add extra README text for win32 binary package. #448143 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16167 57a11ea4-9604-0410-9ed3-97b8803252fd --- doc/Makefile.am | 2 ++ doc/README.win32-bin.txt | 54 ++++++++++++++++++++++++++++++++++ packaging/win32/gnucash.iss.in | 3 +- 3 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 doc/README.win32-bin.txt diff --git a/doc/Makefile.am b/doc/Makefile.am index 525ff69542..10266628f5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,6 +4,7 @@ docdir = ${GNC_DOC_INSTALL_DIR} doc_DATA = \ README.francais \ README.german \ + README.win32-bin.txt \ guile-hackers.txt \ projects.html @@ -20,6 +21,7 @@ EXTRA_DIST = \ README.build-system \ README.francais \ README.german \ + README.win32-bin.txt \ README.HBCI \ README.OFX \ README.translator.txt \ diff --git a/doc/README.win32-bin.txt b/doc/README.win32-bin.txt new file mode 100644 index 0000000000..e8d87eb7c3 --- /dev/null +++ b/doc/README.win32-bin.txt @@ -0,0 +1,54 @@ +GnuCash 2.2.x README file for Windows binary packages. + +GnuCash is a free, open source accounting program released under the +GNU General Public License (GPL) and available for GNU/Linux, *BSD, +Solaris, Mac OSX, and Microsoft Windows. + +Designed to be easy to use, yet powerful and flexible, GnuCash allows +you to track bank accounts, stocks, income and expenses. As quick and +intuitive to use as a checkbook register, it is based on professional +accounting principles to ensure balanced books and accurate reports. + +################### + +Available Support Options + +Online FAQ: http://wiki.gnucash.org/wiki/FAQ +Mailing Lists: http://wiki.gnucash.org/wiki/Mailing_Lists +IRC (Chat): irc://irc.gnome.org/gnucash + +If you encounter any bugs or problems, do not hesitate to report them +at our bug tracking tool "Bugzilla" on +http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash + +################### + +Feature Highlights: + + * Double-Entry Accounting + * Stock/Bond/Mutual Fund Accounts + * QIF/OFX Import + * OFX/HBCI Online Banking + * Reports, Graphs + * Small-Business Accounting + * Customers, Vendors, Jobs, Invoices, Accounts/Payables and /Receivables + * Scheduled Transactions + * Financial Calculations + +More information and a Tutorial on how to get started can be found in +the "Help" menu when clicking on "Tutorial and Concepts Guide". + +################### + +About the Program: + +GnuCash is a free, open source accounting program released under the +GNU General Public License (GPL). It is collaboratively developed by +12 people from over 6 countries. + +Programming on GnuCash began in 1997, and its first release was in +1998. GnuCash was initially made for Linux and comparable operating +systems, a free, open source collection of community-based projects +that has become a major force in the computing world. + +The GnuCash Developers. diff --git a/packaging/win32/gnucash.iss.in b/packaging/win32/gnucash.iss.in index 098622bd6c..298ddf228d 100644 --- a/packaging/win32/gnucash.iss.in +++ b/packaging/win32/gnucash.iss.in @@ -20,7 +20,7 @@ Compression=lzma OutputDir=. OutputBaseFilename=@PACKAGE@-@VERSION@-setup UninstallFilesDir={app}\uninstall\@PACKAGE@ -InfoAfterFile=@prefix@\..\dist\share\@PACKAGE@\doc\README +InfoAfterFile=@prefix@\..\dist\share\@PACKAGE@\doc\README.win32-bin.txt [Types] Name: "full"; Description: "{cm:FullInstall}" @@ -71,6 +71,7 @@ Source: "@prefix@\..\dist\share\*"; DestDir: "{app}\share"; Flags: recursesubdir ; And all the documentation Source: "@prefix@\..\dist\share\@PACKAGE@\doc\README"; DestDir: "{app}\doc\@PACKAGE@"; Components: main +Source: "@prefix@\..\dist\share\@PACKAGE@\doc\README.win32-bin.txt"; DestDir: "{app}\doc\@PACKAGE@"; Components: main Source: "@prefix@\..\dist\share\@PACKAGE@\doc\COPYING"; DestDir: "{app}\doc\@PACKAGE@"; Flags: ignoreversion; Components: main Source: "@prefix@\..\dist\share\@PACKAGE@\doc\AUTHORS"; DestDir: "{app}\doc\@PACKAGE@"; Components: main Source: "@prefix@\..\dist\share\@PACKAGE@\doc\ChangeLog"; DestDir: "{app}\doc\@PACKAGE@"; Components: main