* src/Config/Makefile.am (keys): Add "make keys" target to
regenerate the _rampsConfigKeys file. svn: r8195
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
2007-02-20 Alex Roitman <shura@gramps-project.org>
|
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
|
* src/Config/_GrampsConfigKeys.py (RELEDITBTN): Regenerate the
|
||||||
file to add missing items.
|
file to add missing items.
|
||||||
* data/gramps.schemas.in: Add missing key.
|
* data/gramps.schemas.in: Add missing key.
|
||||||
|
@@ -19,6 +19,10 @@ MOSTLYCLEANFILES = *pyc *pyo
|
|||||||
|
|
||||||
GRAMPS_PY_MODPATH = "../"
|
GRAMPS_PY_MODPATH = "../"
|
||||||
|
|
||||||
|
keys:
|
||||||
|
echo "Re-generating the _GrampsConfigKeys.py file..." ;
|
||||||
|
python gen_schema_keys.py ../../data/gramps.schemas.in
|
||||||
|
|
||||||
pycheck:
|
pycheck:
|
||||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||||
pychecker $(pkgdata_PYTHON));
|
pychecker $(pkgdata_PYTHON));
|
||||||
|
Reference in New Issue
Block a user