Template update

svn: r1602
This commit is contained in:
Don Allingham
2003-05-28 15:57:38 +00:00
parent 99d05c8448
commit 533bd7dcab
9 changed files with 82 additions and 64 deletions

View File

@@ -132,6 +132,8 @@ pkgpython_PYTHON = \
RegExMatch.py\
SubString.py
GRAMPS_PY_MODPATH = "../"
subdir = src/filters
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES =
@@ -275,6 +277,10 @@ uninstall-am: uninstall-info-am uninstall-pkgpythonPYTHON
uninstall uninstall-am uninstall-info-am \
uninstall-pkgpythonPYTHON
pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgpython_PYTHON));
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: