~ubuntu-branches/ubuntu/utopic/gramps/utopic

« back to all changes in this revision

Viewing changes to src/Filters/Rules/Repository/Makefile.am

  • Committer: Package Import Robot
  • Author(s): James A. Treacy
  • Date: 2012-05-22 17:18:36 UTC
  • mfrom: (39.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120522171836-35fi62lp4w7jnrd7
Tags: 3.4.0-1
* New upstream version
* Updated desktop file. Closes: #667472

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# This is the src/Filters/Rules/Media level Makefile for Gramps
2
 
 
3
 
pkgdatadir = $(datadir)/@PACKAGE@/Filters/Rules/Repository
4
 
 
5
 
pkgdata_PYTHON = \
 
2
# $Id: Makefile.am 18851 2012-02-10 20:25:15Z josipsf $
 
3
 
 
4
pkgpythondir = $(datadir)/@PACKAGE@/Filters/Rules/Repository
 
5
 
 
6
pkgpython_PYTHON = \
6
7
        _AllRepos.py\
7
8
        _ChangedSince.py\
8
9
        _HasIdOf.py\
17
18
        __init__.py
18
19
 
19
20
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Repository
20
 
pkgpythondir = @pkgpythondir@/Filters/Rules/Repository
21
21
 
22
22
# Clean up all the byte-compiled files
23
23
MOSTLYCLEANFILES = *pyc *pyo
26
26
 
27
27
pycheck: 
28
28
        (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
29
 
        pychecker $(pkgdata_PYTHON));
 
29
        pychecker $(pkgpython_PYTHON));