Move all tools into plugins/tool.
svn: r11633
This commit is contained in:
36
src/plugins/rel/Makefile.am
Normal file
36
src/plugins/rel/Makefile.am
Normal file
@@ -0,0 +1,36 @@
|
||||
# This is the src/plugins/rel level Makefile for Gramps
|
||||
# We could use GNU make's ':=' syntax for nice wildcard use,
|
||||
# but that is not necessarily portable.
|
||||
# If not using GNU make, then list all .py files individually
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/rel
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
rel_cs.py\
|
||||
rel_da.py\
|
||||
rel_de.py\
|
||||
rel_es.py\
|
||||
rel_fi.py\
|
||||
rel_fr.py\
|
||||
rel_hu.py\
|
||||
rel_it.py\
|
||||
rel_nl.py\
|
||||
rel_no.py\
|
||||
rel_pl.py\
|
||||
rel_pt.py\
|
||||
rel_ru.py\
|
||||
rel_sk.py\
|
||||
rel_sv.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/gen/proxy
|
||||
pkgpythondir = @pkgpythondir@/gen/proxy
|
||||
|
||||
|
||||
# Clean up all the byte-compiled files
|
||||
MOSTLYCLEANFILES = *pyc *pyo
|
||||
|
||||
GRAMPS_PY_MODPATH = "../../"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
Reference in New Issue
Block a user