* src/Config/Makefile.am (keys): Add "make keys" target to
regenerate the _rampsConfigKeys file. svn: r8195
This commit is contained in:
@@ -19,6 +19,10 @@ MOSTLYCLEANFILES = *pyc *pyo
|
||||
|
||||
GRAMPS_PY_MODPATH = "../"
|
||||
|
||||
keys:
|
||||
echo "Re-generating the _GrampsConfigKeys.py file..." ;
|
||||
python gen_schema_keys.py ../../data/gramps.schemas.in
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
||||
|
Reference in New Issue
Block a user