* src/Config/Makefile.am (keys): Add "make keys" target to

regenerate the _rampsConfigKeys file.


svn: r8195
This commit is contained in:
Alex Roitman 2007-02-20 20:49:44 +00:00
parent 48d3cfdf0a
commit 9cdc858a36
2 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,6 @@
2007-02-20 Alex Roitman <shura@gramps-project.org>
* src/Config/Makefile.am (keys): Add "make keys" target to
regenerate the _rampsConfigKeys file.
* src/Config/_GrampsConfigKeys.py (RELEDITBTN): Regenerate the
file to add missing items.
* data/gramps.schemas.in: Add missing key.

View File

@ -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));