pkgsrc/finance/kmymoney2/patches/patch-ab
markd 3c585088db Update kmymoney2 to version 0.8
New features:
 Investments
 Reports
 Multiple currencis
 GnuCash File Converter
 OFX Import
 An improved look andfeel
 Encryption of your Data File through GPG
 Calculator Widget when entering values
 Completion of data within edit fields
 Online Quotes for Stocks & Currencies
 Support for VAT
 "Anonymous" File Format to assist debugging
 Online manual
 Plugin Structure
 and of course, lots and lots of bug fixes

also fixes to deal with qt-3.3.5.
2005-10-09 12:33:58 +00:00

17 lines
710 B
Text

$NetBSD: patch-ab,v 1.3 2005/10/09 12:33:58 markd Exp $
--- doc/en/Makefile.in.orig 2005-08-13 05:50:01.000000000 +1200
+++ doc/en/Makefile.in
@@ -578,10 +578,10 @@ show: preview
# Also install the man pages on this system
.PHONY: install-docs uninstall-docs
-install-data-hook: kmymoney2.1.gz install-docs
+install-data-hook: kmymoney2.1 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
+ $(INSTALL_DATA) kmymoney2.1 $(DESTDIR)$(mandir)/man1/kmymoney2.1
kmymoney2.1.gz: kmymoney2.1
gzip -9 -c -N $(top_srcdir)/$(subdir)/kmymoney2.1 > kmymoney2.1.gz