* src/Makefile.am: Remove extra DESTDIR.
* src/docgen/Makefile.am: Remove extra DESTDIR, correct pycheck target. * src/plugins/Makefile.am: Correct pycheck target. svn: r3600
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Use GNU make's ':=' syntax for nice wildcard use.
|
||||
# If not using GNU make, then list all .py files individually
|
||||
|
||||
docgendir=$(DESTDIR)$(prefix)/share/gramps/docgen
|
||||
docgendir=$(prefix)/share/gramps/docgen
|
||||
|
||||
docgen_PYTHON = \
|
||||
AbiWord2Doc.py\
|
||||
@@ -22,4 +22,4 @@ GRAMPS_PY_MODPATH = "../"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgpython_PYTHON));
|
||||
pychecker $(docgen_PYTHON));
|
||||
|
||||
Reference in New Issue
Block a user