summaryrefslogtreecommitdiff
path: root/finance/kmymoney2/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'finance/kmymoney2/patches/patch-ab')
-rw-r--r--finance/kmymoney2/patches/patch-ab22
1 files changed, 11 insertions, 11 deletions
diff --git a/finance/kmymoney2/patches/patch-ab b/finance/kmymoney2/patches/patch-ab
index fe559f3c2fe..1660c36d367 100644
--- a/finance/kmymoney2/patches/patch-ab
+++ b/finance/kmymoney2/patches/patch-ab
@@ -1,17 +1,17 @@
-$NetBSD: patch-ab,v 1.2 2004/06/15 13:58:51 markd Exp $
+$NetBSD: patch-ab,v 1.3 2005/10/09 12:33:58 markd Exp $
---- doc/en/Makefile.in.orig 2004-06-07 05:13:54.000000000 +1200
+--- doc/en/Makefile.in.orig 2005-08-13 05:50:01.000000000 +1200
+++ doc/en/Makefile.in
-@@ -462,10 +462,10 @@ uninstall-am: uninstall-info-am
- # the automatic KDE install installs this file as well,
- # but we don't need it, so we remove immediately
- # and install it with the man pages on this system
--install-data-hook: kmymoney2.1.gz
-+install-data-hook: kmymoney2.1
+@@ -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) $(srcdir)/kmymoney2.1.gz $(DESTDIR)$(mandir)/man1/kmymoney2.1.gz
-+ $(INSTALL_DATA) $(srcdir)/kmymoney2.1 $(DESTDIR)$(mandir)/man1/kmymoney2.1
+- $(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 -c -N kmymoney2.1 > kmymoney2.1.gz
+ gzip -9 -c -N $(top_srcdir)/$(subdir)/kmymoney2.1 > kmymoney2.1.gz