diff --git a/src/Filters/Rules/Event/Makefile.am b/src/Filters/Rules/Event/Makefile.am index 4974ccdf3..d34e2d383 100644 --- a/src/Filters/Rules/Event/Makefile.am +++ b/src/Filters/Rules/Event/Makefile.am @@ -9,8 +9,10 @@ pkgdata_PYTHON = \ _RegExpIdOf.py\ _AllEvents.py\ _HasData.py\ + _HasGallery.py \ _HasIdOf.py\ _HasMarkerOf.py\ + _HasNote.py \ _HasType.py\ _HasNoteMatchingSubstringOf.py\ _HasReferenceCountOf.py\ diff --git a/src/Filters/Rules/Family/Makefile.am b/src/Filters/Rules/Family/Makefile.am index 180e9a542..aa16d5946 100644 --- a/src/Filters/Rules/Family/Makefile.am +++ b/src/Filters/Rules/Family/Makefile.am @@ -7,11 +7,15 @@ pkgdata_PYTHON = \ _FamilyPrivate.py\ _HasEvent.py\ _HasAttribute.py\ + _HasGallery.py \ _HasIdOf.py\ + _HasLDS.py \ + _HasNote.py \ _HasNoteMatchingSubstringOf.py\ _HasNoteRegexp.py\ _HasReferenceCountOf.py\ _HasRelType.py\ + _HasSource.py \ __init__.py\ _IsBookmarked.py\ _RegExpIdOf.py\ diff --git a/src/Filters/Rules/Makefile.am b/src/Filters/Rules/Makefile.am index 7f2a2d10d..5aaaf9488 100644 --- a/src/Filters/Rules/Makefile.am +++ b/src/Filters/Rules/Makefile.am @@ -8,10 +8,14 @@ pkgdata_PYTHON = \ _Everything.py\ _HasEventBase.py\ _HasAttributeBase.py\ + _HasGalleryBase.py \ _HasGrampsId.py\ + _HasLDSBase.py \ + _HasNoteBase.py \ _HasNoteRegexBase.py\ _HasNoteSubstrBase.py\ _HasReferenceCountBase.py \ + _HasSourceBase.py \ _HasTextMatchingRegexpOf.py\ _HasTextMatchingSubstringOf.py\ __init__.py\ diff --git a/src/Filters/Rules/Person/Makefile.am b/src/Filters/Rules/Person/Makefile.am index b4c640e16..9a9cb9a15 100644 --- a/src/Filters/Rules/Person/Makefile.am +++ b/src/Filters/Rules/Person/Makefile.am @@ -7,6 +7,8 @@ pkgdata_PYTHON = \ _Everyone.py \ _FamilyWithIncompleteEvent.py \ _HasAttribute.py \ + _HasAddress.py \ + _HasAssociation.py \ _HasBirth.py \ _HasCommonAncestorWith.py \ _HasCommonAncestorWithFilterMatch.py \ @@ -17,10 +19,12 @@ pkgdata_PYTHON = \ _HasFamilyEvent.py \ _HasGallery.py \ _HasIdOf.py \ + _HasLDS.py \ _HasNameOf.py \ _HasNote.py \ _HasNoteMatchingSubstringOf.py \ _HasRelationship.py \ + _HasSource.py \ _HasSourceOf.py \ _HasTextMatchingRegexpOf.py \ _HasTextMatchingSubstringOf.py \ diff --git a/src/Filters/Rules/Place/Makefile.am b/src/Filters/Rules/Place/Makefile.am index b2e867252..99aa0170e 100644 --- a/src/Filters/Rules/Place/Makefile.am +++ b/src/Filters/Rules/Place/Makefile.am @@ -7,9 +7,11 @@ pkgdata_PYTHON = \ _HasIdOf.py\ _HasNoLatOrLon.py\ _InLatLonNeighborhood.py\ + _HasGallery.py \ _HasNoteMatchingSubstringOf.py\ _HasNoteRegexp.py\ _HasPlace.py\ + _HasNote.py \ _HasReferenceCountOf.py\ _MatchesFilter.py\ _MatchesEventFilter.py\ diff --git a/src/Filters/Rules/Source/Makefile.am b/src/Filters/Rules/Source/Makefile.am index 4231cd088..50b695c6a 100644 --- a/src/Filters/Rules/Source/Makefile.am +++ b/src/Filters/Rules/Source/Makefile.am @@ -6,11 +6,13 @@ pkgdata_PYTHON = \ _MatchesFilter.py\ _SourcePrivate.py\ _RegExpIdOf.py\ + _HasGallery.py \ _HasNoteMatchingSubstringOf.py\ _HasReferenceCountOf.py\ _AllSources.py\ _HasIdOf.py\ _HasSource.py\ + _HasNote.py \ _HasNoteRegexp.py\ __init__.py diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 67a39171b..d47b02dd9 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -34,7 +34,7 @@ pkgdata_PYTHON = \ ExportCsv.py\ ExportFtree.py\ ExportGedcom.py\ - ExportGeneweb.py\ + ExportGeneWeb.py\ ExportPkg.py\ ExportVCalendar.py\ ExportVCard.py\ @@ -47,13 +47,13 @@ pkgdata_PYTHON = \ GVFamilyLines.py \ GVHourGlass.py\ GVRelGraph.py\ - ImportCSV.py\ + ImportCsv.py\ ImportGedcom.py\ ImportGeneWeb.py\ ImportGpkg.py\ ImportGrdb.py\ ImportProGen.py\ - ImportvCard.py\ + ImportVCard.py\ ImportXml.py\ IndivComplete.py\ KinshipReport.py\ @@ -97,8 +97,7 @@ pkgdata_PYTHON = \ Summary.py\ TimeLine.py\ Verify.py\ - WebCal.py\ - WriteFtree.py + WebCal.py # DateParserDisplayTest.py\ # DumpGenderStats.py\