* src/Config/Makefile.am (keys): Add "make keys" target to
regenerate the _rampsConfigKeys file. svn: r8195
This commit is contained in:
parent
48d3cfdf0a
commit
9cdc858a36
@ -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.
|
||||
|
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user