2006-11-30  Alex Roitman  <shura@gramps-project.org>
	* src/Filters/Rules/Makefile.am: Ship new file.
	* src/Filters/Rules/Family/Makefile.am: Ship new file.
	* src/Filters/Rules/Person/Makefile.am: Ship new file.

In po:
2006-11-30  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: List new files.



svn: r7736
This commit is contained in:
Alex Roitman
2006-11-30 19:55:28 +00:00
parent 48762ac54e
commit e96bbdb75e
6 changed files with 16 additions and 2 deletions

View File

@@ -23,7 +23,8 @@ pkgdata_PYTHON = \
_SearchFatherName.py\
_SearchMotherName.py\
_SearchChildName.py\
_MemberBase.py
_MemberBase.py\
_HasMarkerOf.py
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Family

View File

@@ -18,7 +18,8 @@ pkgdata_PYTHON = \
_RegExpIdBase.py\
_Rule.py\
_RuleUtils.py\
_MatchesFilterBase.py
_MatchesFilterBase.py\
_HasMarkerBase.py
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules
pkgpythondir = @pkgpythondir@/Filters/Rules

View File

@@ -62,6 +62,7 @@ pkgdata_PYTHON = \
_MatchIdOf.py \
_HasNoteRegexp.py \
_RegExpName.py \
_HasMarkerOf.py \
__init__.py
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Person