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:
parent
5084294a1e
commit
548a43cb8d
@ -26,8 +26,8 @@ pkgdata_PYTHON = \
|
|||||||
_Rule.py\
|
_Rule.py\
|
||||||
_MatchesFilterBase.py\
|
_MatchesFilterBase.py\
|
||||||
_MatchesEventFilterBase.py \
|
_MatchesEventFilterBase.py \
|
||||||
_MatchesSourceFilterBase.py \
|
_MatchesSourceFilterBase.py
|
||||||
_HasMarkerBase.py
|
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules
|
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules
|
||||||
pkgpythondir = @pkgpythondir@/Filters/Rules
|
pkgpythondir = @pkgpythondir@/Filters/Rules
|
||||||
|
@ -6,7 +6,6 @@ pkgdata_PYTHON = \
|
|||||||
_AllNotes.py\
|
_AllNotes.py\
|
||||||
_ChangedSince.py\
|
_ChangedSince.py\
|
||||||
_HasIdOf.py\
|
_HasIdOf.py\
|
||||||
_HasMarkerOf.py\
|
|
||||||
_MatchesSubstringOf.py\
|
_MatchesSubstringOf.py\
|
||||||
_MatchesRegexpOf.py\
|
_MatchesRegexpOf.py\
|
||||||
_HasNote.py\
|
_HasNote.py\
|
||||||
|
@ -14,7 +14,6 @@ pkgdata_PYTHON = \
|
|||||||
_HasBirth.py \
|
_HasBirth.py \
|
||||||
_HasCommonAncestorWith.py \
|
_HasCommonAncestorWith.py \
|
||||||
_HasCommonAncestorWithFilterMatch.py \
|
_HasCommonAncestorWithFilterMatch.py \
|
||||||
_HasCompleteRecord.py \
|
|
||||||
_HasDeath.py \
|
_HasDeath.py \
|
||||||
_HasEvent.py \
|
_HasEvent.py \
|
||||||
_HasFamilyAttribute.py \
|
_HasFamilyAttribute.py \
|
||||||
|
@ -16,7 +16,6 @@ pkgdata_PYTHON = \
|
|||||||
FamilyGroup.py\
|
FamilyGroup.py\
|
||||||
IndivComplete.py\
|
IndivComplete.py\
|
||||||
KinshipReport.py\
|
KinshipReport.py\
|
||||||
MarkerReport.py\
|
|
||||||
NumberOfAncestorsReport.py\
|
NumberOfAncestorsReport.py\
|
||||||
PlaceReport.py\
|
PlaceReport.py\
|
||||||
SimpleBookTitle.py\
|
SimpleBookTitle.py\
|
||||||
|
Loading…
Reference in New Issue
Block a user