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

« back to all changes in this revision

Viewing changes to src/GrampsLocale/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/GrampsLocale level Makefile for Gramps
 
2
# $Id: Makefile.am 18851 2012-02-10 20:25:15Z josipsf $
2
3
# We could use GNU make's ':=' syntax for nice wildcard use,
3
4
# but that is not necessarily portable.
4
5
# If not using GNU make, then list all .py files individually
5
6
 
6
 
pkgdatadir = $(datadir)/@PACKAGE@/GrampsLocale
 
7
pkgpythondir = $(datadir)/@PACKAGE@/GrampsLocale
7
8
 
8
 
pkgdata_PYTHON = \
 
9
pkgpython_PYTHON = \
9
10
        _GrampsLocale.py\
10
11
        __init__.py
11
12
        
12
13
 
13
14
pkgpyexecdir = @pkgpyexecdir@/GrampsLocale
14
 
pkgpythondir = @pkgpythondir@/GrampsLocale
15
 
 
16
15
 
17
16
dist_pkgdata_DATA = 
18
17
 
23
22
 
24
23
pycheck: 
25
24
        (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
26
 
        pychecker $(pkgdata_PYTHON));
 
25
        pychecker $(pkgpython_PYTHON));