Remove Marker files from the Makefile so that make install will complete. Do not do with with development code.

svn: r16075
This commit is contained in:
Rob G. Healey 2010-10-28 21:56:49 +00:00
parent 5084294a1e
commit 548a43cb8d
4 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -6,7 +6,6 @@ pkgdata_PYTHON = \
_AllNotes.py\
_ChangedSince.py\
_HasIdOf.py\
_HasMarkerOf.py\
_MatchesSubstringOf.py\
_MatchesRegexpOf.py\
_HasNote.py\

View File

@ -14,7 +14,6 @@ pkgdata_PYTHON = \
_HasBirth.py \
_HasCommonAncestorWith.py \
_HasCommonAncestorWithFilterMatch.py \
_HasCompleteRecord.py \
_HasDeath.py \
_HasEvent.py \
_HasFamilyAttribute.py \

View File

@ -16,7 +16,6 @@ pkgdata_PYTHON = \
FamilyGroup.py\
IndivComplete.py\
KinshipReport.py\
MarkerReport.py\
NumberOfAncestorsReport.py\
PlaceReport.py\
SimpleBookTitle.py\