From 548a43cb8dc78410222282e31e708d3505e52e23 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Thu, 28 Oct 2010 21:56:49 +0000 Subject: [PATCH] Remove Marker files from the Makefile so that make install will complete. Do not do with with development code. svn: r16075 --- src/Filters/Rules/Makefile.am | 4 ++-- src/Filters/Rules/Note/Makefile.am | 1 - src/Filters/Rules/Person/Makefile.am | 1 - src/plugins/textreport/Makefile.am | 1 - 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/Filters/Rules/Makefile.am b/src/Filters/Rules/Makefile.am index 2e7f0e881..4b19bed51 100644 --- a/src/Filters/Rules/Makefile.am +++ b/src/Filters/Rules/Makefile.am @@ -26,8 +26,8 @@ pkgdata_PYTHON = \ _Rule.py\ _MatchesFilterBase.py\ _MatchesEventFilterBase.py \ - _MatchesSourceFilterBase.py \ - _HasMarkerBase.py + _MatchesSourceFilterBase.py + pkgpyexecdir = @pkgpyexecdir@/Filters/Rules pkgpythondir = @pkgpythondir@/Filters/Rules diff --git a/src/Filters/Rules/Note/Makefile.am b/src/Filters/Rules/Note/Makefile.am index 1479ffa53..b30456927 100644 --- a/src/Filters/Rules/Note/Makefile.am +++ b/src/Filters/Rules/Note/Makefile.am @@ -6,7 +6,6 @@ pkgdata_PYTHON = \ _AllNotes.py\ _ChangedSince.py\ _HasIdOf.py\ - _HasMarkerOf.py\ _MatchesSubstringOf.py\ _MatchesRegexpOf.py\ _HasNote.py\ diff --git a/src/Filters/Rules/Person/Makefile.am b/src/Filters/Rules/Person/Makefile.am index 34939e2c2..c22c06846 100644 --- a/src/Filters/Rules/Person/Makefile.am +++ b/src/Filters/Rules/Person/Makefile.am @@ -14,7 +14,6 @@ pkgdata_PYTHON = \ _HasBirth.py \ _HasCommonAncestorWith.py \ _HasCommonAncestorWithFilterMatch.py \ - _HasCompleteRecord.py \ _HasDeath.py \ _HasEvent.py \ _HasFamilyAttribute.py \ diff --git a/src/plugins/textreport/Makefile.am b/src/plugins/textreport/Makefile.am index 37f08b504..f22317640 100644 --- a/src/plugins/textreport/Makefile.am +++ b/src/plugins/textreport/Makefile.am @@ -16,7 +16,6 @@ pkgdata_PYTHON = \ FamilyGroup.py\ IndivComplete.py\ KinshipReport.py\ - MarkerReport.py\ NumberOfAncestorsReport.py\ PlaceReport.py\ SimpleBookTitle.py\