changes: Fixed OpenOffice and Abiword assertion problems. Plugin reloading improvements. GEDCOM improvements. Minor bug fixes.
13 lines
408 B
Text
13 lines
408 B
Text
$NetBSD: patch-aa,v 1.1 2005/02/24 19:28:41 drochner Exp $
|
|
|
|
--- src/Makefile.in.orig 2005-02-15 18:24:00.000000000 +0100
|
|
+++ src/Makefile.in
|
|
@@ -305,7 +305,7 @@ GRAPHICS = \
|
|
|
|
# Other stuff that we need to install
|
|
dist_pkgdata_DATA = $(GLADEFILES) $(GRAPHICS) papersize.xml
|
|
-dist_data_DATA = gramps.desktop
|
|
+#dist_data_DATA = gramps.desktop
|
|
EXTRA_DIST = grampslib.i grampslib_wrap.c
|
|
all: all-recursive
|
|
|