gramps/src/Filters/Makefile.am
Alex Roitman 66c08cbf34 In .:
2006-05-16  Alex Roitman  <shura@gramps-project.org>
	* src/Filters/_PersonSidebarFilter.py: Import gettext.
	* src/Filters/_SidebarFilter.py: Import gettext.
	* src/Filters/Makefile.am: Ship new files.

In po:
2006-05-16  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Add new files.



svn: r6682
2006-05-16 18:32:47 +00:00

33 lines
646 B
Makefile

# This is the src/Filters level Makefile for Gramps
SUBDIRS = Rules
pkgdatadir = $(datadir)/@PACKAGE@/Filters
pkgdata_PYTHON = \
_FilterComboBox.py \
_FilterList.py \
_FilterMenu.py \
_FilterParser.py \
_FilterStore.py \
_FilterWidget.py \
_GenericFilter.py \
_ParamFilter.py \
__init__.py \
_SearchBar.py \
_SearchFilter.py \
_SidebarFilter.py \
_PersonSidebarFilter.py
pkgpyexecdir = @pkgpyexecdir@/Filters
pkgpythondir = @pkgpythondir@/Filters
# Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo
GRAMPS_PY_MODPATH = "../"
pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON));